From 20f713cb54116427729a1959526eb4e645b1b912 Mon Sep 17 00:00:00 2001 From: Gautier couture <> Date: Sun, 17 Jan 2021 19:27:43 +0100 Subject: [PATCH] edit Procfile :wrench --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 60df632..4626b92 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 \ No newline at end of file