From f0cf984a93665cdd9c0f483588f7db4aa792e7a4 Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Tue, 29 Dec 2020 15:04:09 +0100 Subject: [PATCH] Heroku Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=-