'Makefile' updaten
This commit is contained in:
parent
9353ae7210
commit
1af89f1be3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -12,5 +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
|
@if [ ! ".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
|
@SCRIPT_NAME=${OCTOMODE_APPLICATION_ROOT} .venv/bin/gunicorn -b localhost:${OCTOMODE_PORTNUMBER} --reload octomode:APP
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue