add Heroku Procfile

This commit is contained in:
Xevion
2020-08-10 06:06:20 -05:00
parent d805195a80
commit 8a30068457
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
web: gunicorn wsgi:app
+3
View File
@@ -0,0 +1,3 @@
from server.create_app import create_app
app = create_app()