forked from Kelder/cammiechat
Add eventlet in run script
This commit is contained in:
parent
919f89fb56
commit
93bc22f067
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -3,4 +3,4 @@
|
|||
cd "$(dirname "$0")"
|
||||
pipenv install
|
||||
export FLASK_APP=chat.py
|
||||
exec pipenv run gunicorn -w 1 -b0.0.0.0:5000 chat:app
|
||||
exec pipenv run gunicorn --worker-class eventlet -w 1 -b0.0.0.0:5000 chat:app
|
||||
|
|
Loading…
Reference in a new issue