diff --git a/Procfile b/Procfile index 62f1e02..a1f3d4b 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ release: flask db upgrade -web: gunicorn project:app --log-file=- +web: gunicorn project:app --workers=1 --log-file=-