diff --git a/Procfile b/Procfile index 74d92ae..289cb8a 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 \ No newline at end of file +web: flask db upgrade; gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 \ No newline at end of file