aboutsummaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index c3242af..2d53c4b 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: flask database create && flask database admin-create && gunicorn -w 4 api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:$PORT"
+web: FLASK_APP=app python -m flask database create && FLASK_APP=app python -m flask database admin-create && gunicorn -w 4 api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:$PORT"