From a2f9ae347c7447efa64e9d4e4fac18a90fd7383c Mon Sep 17 00:00:00 2001 From: Francesco Picone Date: Sat, 10 Jan 2026 14:32:03 +0100 Subject: [PATCH] ++ fix Dockerfile --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index ebd6405..49120df 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -16,4 +16,4 @@ COPY . . EXPOSE 5000 -CMD ["gunicorn", "-b", "0.0.0.0:${API_PORT}", "app:app"] +CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]