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