From 273c025117e044f78856d052c62e18d7d05a6071 Mon Sep 17 00:00:00 2001 From: Gianni GIUDICE Date: Mon, 18 Jan 2021 10:17:01 +0100 Subject: [PATCH] :wrench: Modification du Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 4626b92..677d59b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: flask db upgrade;gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 \ No newline at end of file +web: flask db stamp head;flask db migrate;flask db upgrade;gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 \ No newline at end of file