diff --git a/Procfile b/Procfile index a96c523..f5b74b1 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: flask db upgrade;gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 +web flask db upgrade;gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3