Skip to content

Commit 6e8fe3b

Browse files
authored
Update Dockerfile
Go back to flask run.
1 parent 1b41fc2 commit 6e8fe3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ ENV FLASK_APP=wsgi.py
1818
ENV FLASK_RUN_HOST=0.0.0.0
1919

2020
# Run the application
21-
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "wsgi:app"]
21+
CMD ["flask", "run"]
2222

0 commit comments

Comments
 (0)