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'