'Makefile' updaten

This commit is contained in:
mb 2023-11-29 17:01:38 +01:00
parent 1af89f1be3
commit 7ad6f9ca42

View File

@ -12,5 +12,5 @@ local:
@.venv/bin/python octomode.py
action:
@if [ ! ".venv/bin/gunicorn" ]; then .venv/bin/pip install gunicorn; fi
@if [ ! -f ".venv/bin/gunicorn" ]; then .venv/bin/pip install gunicorn; fi
@SCRIPT_NAME=${OCTOMODE_APPLICATION_ROOT} .venv/bin/gunicorn -b localhost:${OCTOMODE_PORTNUMBER} --reload octomode:APP