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 81b73fb..c3242af 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: gunicorn -w 4 api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:$PORT"
+web: flask database create && flask database admin-create && gunicorn -w 4 api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:$PORT"