change procfile to server:app

This commit is contained in:
Sorrel Bri 2019-10-14 17:16:53 -07:00
parent 4d52b38696
commit b4d165e9ff

View file

@ -1,2 +1,2 @@
web: gunicorn server:server
web: gunicorn server:app
release: python manage.py db upgrade