add server to Procfile

This commit is contained in:
Sorrel Bri 2019-10-12 10:50:24 -07:00
parent 4b08ba9b94
commit e34dc47a1c

View file

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