From 2908c36f58cb1d6b915af74c73323e51d468c87c Mon Sep 17 00:00:00 2001 From: TakeshiKovacs Date: Thu, 21 Nov 2024 11:15:51 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index efe0034..cf39507 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN pip install -r requirements.txt COPY . . # Expose port 5000 for the Flask app -EXPOSE 5000 +EXPOSE 8080 # Run the app -CMD ["python", "app.py"] \ No newline at end of file +CMD ["python", "app.py"]