Add Procfile for Heroku

See: https://devcenter.heroku.com/articles/python-gunicorn
This commit is contained in:
2021-03-14 12:29:28 +02:00
parent 55815cf4c0
commit be9143204c

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: gunicorn main:app --log-file -