try changing gunicorn command
This commit is contained in:
parent
9c76ab65e4
commit
b70a126958
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1,2 +1,2 @@
|
|||
web: gunicorn server:app
|
||||
web: gunicorn server:server
|
||||
release: python manage.py db upgrade
|
Loading…
Reference in a new issue