'Makefile' updaten

This commit is contained in:
mb 2023-11-29 16:59:35 +01:00
parent 1f960a387f
commit 9353ae7210

View File

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