eventcally/Procfile
2020-12-29 15:04:09 +01:00

3 lines
77 B
Plaintext

release: flask db upgrade
web: gunicorn project:app --workers=1 --log-file=-