From 1cd2c1a780bc3be3f9bc9a7fc15cdae644d0d183 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Sat, 2 Nov 2024 21:18:20 -0300 Subject: [PATCH] build: definite fix --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 45d24ff..26380ae 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app:app --bind 0.0.0.0:$PORT \ No newline at end of file +web: gunicorn 'app:create_app()' --bind 0.0.0.0:$PORT \ No newline at end of file