Add Procfile for Heroku

See: https://devcenter.heroku.com/articles/python-gunicorn
This commit is contained in:
Alan Orth 2021-03-14 12:29:28 +02:00
parent 55815cf4c0
commit be9143204c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

1
Procfile Normal file
View File

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