config gunicorn server:app
This commit is contained in:
parent
7c440b33f3
commit
500bdd8037
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1,2 +1,2 @@
|
||||||
gunicorn --worker-class eventlet -w 1 server:run
|
gunicorn --worker-class eventlet -w 1 server:app
|
||||||
release: python manage.py db upgrade
|
release: python manage.py db upgrade
|
Loading…
Reference in a new issue