Another small mistake

This commit is contained in:
2025-09-02 10:25:44 +02:00
parent 07325125f1
commit 446f36fc5b

View File

@@ -11,4 +11,4 @@ COPY . .
ENV FLASK_APP=app.py
CMD ["flask", "run"]
CMD ["python", "app.py"]