From ef4a6afdf4a3776acbe1c67f14f9d4ff74860836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Sun, 13 Apr 2025 20:22:02 -0300 Subject: [PATCH] add env var to port --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 84889e2..83702e7 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: uvicorn app:app --host=0.0.0.0 --port=5000 +web: uvicorn app:app --host=0.0.0.0 --port=${PORT}