We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b41fc2 commit 6e8fe3bCopy full SHA for 6e8fe3b
Dockerfile
@@ -18,5 +18,5 @@ ENV FLASK_APP=wsgi.py
18
ENV FLASK_RUN_HOST=0.0.0.0
19
20
# Run the application
21
-CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "wsgi:app"]
+CMD ["flask", "run"]
22
0 commit comments