diff --git a/Dockerfile b/Dockerfile index 16de06f..7e059db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ COPY . . ENV FLASK_APP=app.py -CMD ["flask", "run"] \ No newline at end of file +CMD ["python", "app.py"] \ No newline at end of file