From a9774f41c9bc219035d4db650e6b8a0a2d4f3135 Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 6 Feb 2026 10:37:03 +0000 Subject: [PATCH] port --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd7f3fc..b93895c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . # Expose the port Flask runs on (default is 5000) -EXPOSE 5000 +EXPOSE 5005 # Run the application using Gunicorn for production # Replace 'app:app' with 'your_filename:app_variable_name'