From 972270bef7070f7809a8451072a358ccdd636515 Mon Sep 17 00:00:00 2001 From: verzelea Date: Sun, 17 Jan 2021 15:31:58 +0100 Subject: [PATCH] :wrench: change Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 48742c7..289cb8a 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: flask db upgrade; 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