From d2e9cd52d71e1ada77b36b608cf5b35017c8d9da Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Sat, 16 Jan 2021 18:13:43 +0100 Subject: [PATCH] :bug: fix in procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 60df632..a96c523 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -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