diff --git a/Dockerfile b/Dockerfile index 01c274b..53f495c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,5 +18,5 @@ ENV FLASK_APP=wsgi.py ENV FLASK_RUN_HOST=0.0.0.0 # Run the application -CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "wsgi:app"] +CMD ["flask", "run"]