diff --git a/Procfile b/Procfile index 291b377..81adb18 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn -w 2 -b 0.0.0.0:$PORT --timeout 120 main:app +web: gunicorn -w 2 -b 0.0.0.0:$PORT --timeout 120 --chdir /flask main:app