From 54c2c43e06e8a2e40377d35adae8211893378339 Mon Sep 17 00:00:00 2001 From: Morgan Lombard Date: Sun, 17 Jan 2021 22:37:43 +0100 Subject: [PATCH] :green_heart: fix procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index f09bafb..e4235a1 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -flask db upgrade; web: 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 \ No newline at end of file