Update Dockerfile

This commit is contained in:
2025-05-22 19:52:35 +02:00
parent a53d5b91fb
commit 88d410005f

View File

@@ -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