Heroku Procfile

This commit is contained in:
Daniel Grams 2020-12-29 15:04:09 +01:00
parent 3e48ecd3b6
commit f0cf984a93

View File

@ -1,2 +1,2 @@
release: flask db upgrade
web: gunicorn project:app --log-file=-
web: gunicorn project:app --workers=1 --log-file=-