From 88d410005f865f39343c70b9b7099fe73b9d0c39 Mon Sep 17 00:00:00 2001 From: Kobe Date: Thu, 22 May 2025 19:52:35 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96ee7e7..4667cd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . # Expose the port Flask runs on -EXPOSE 5000 +EXPOSE 10333 # Set environment variable for Flask ENV FLASK_APP=app.py