++ fix Dockerfile

This commit is contained in:
2026-01-10 14:32:03 +01:00
parent a36973ae12
commit a2f9ae347c

View File

@@ -16,4 +16,4 @@ COPY . .
EXPOSE 5000 EXPOSE 5000
CMD ["gunicorn", "-b", "0.0.0.0:${API_PORT}", "app:app"] CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]