added start script
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
|||||||
|
#/bin/bash
|
||||||
|
|
||||||
|
nohup .venv/bin/gunicorn \
|
||||||
|
--bind 127.0.0.1:5000 \
|
||||||
|
--worker-class eventlet \
|
||||||
|
--workers 1 \
|
||||||
|
run:app &
|
||||||
Reference in New Issue
Block a user