diff --git a/Procfile b/Procfile index 60df632..742a8ee 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 +web: flask db update gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3