added start script
This commit is contained in:
7
start_server.sh
Executable file
7
start_server.sh
Executable file
@@ -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