From f68e8f5e498058e4599678da79cab87ab07d6f00 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Sat, 2 Nov 2024 20:10:27 -0300 Subject: [PATCH] build: procfile amedment test 2 --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index dc46f1b..45d24ff 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn main:app \ No newline at end of file +web: gunicorn app:app --bind 0.0.0.0:$PORT \ No newline at end of file