add server to Procfile
This commit is contained in:
parent
4b08ba9b94
commit
e34dc47a1c
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1,2 +1,2 @@
|
|||
web: gunicorn app:app
|
||||
web: gunicorn server:app
|
||||
release: python3 manage.py db upgrade
|
Loading…
Reference in a new issue