diff --git a/Dockerfile b/Dockerfile index e8cc9fa..b3f7498 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ ENV FLASK_APP=app.py ENV FLASK_RUN_HOST=0.0.0.0 EXPOSE 5000 -CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"] \ No newline at end of file +CMD ["flask", "run"] \ No newline at end of file