From 1b41e563ea7ddca8dc80a93628406f00d60ebc23 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sat, 28 Feb 2026 14:40:48 +0000 Subject: [PATCH] Edit Procfile via Editor --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index b90920b..a853622 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn config.wsgi:application --bind 0.0.0.0:8000 \ No newline at end of file +web: gunicorn config.wsgi:application --bind 0.0.0.0:$PORT \ No newline at end of file