From 25a3b2698cb73df1703c86c85a327866a5c3e3b0 Mon Sep 17 00:00:00 2001 From: Youssef Touggani Date: Mon, 18 Jan 2021 10:04:47 +0100 Subject: [PATCH] setting --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 742a8ee..ef53ac1 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: flask db update gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 +web: flask db update; gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3