Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Go back to flask run.
  • Loading branch information
karntrehan authored May 27, 2024
1 parent 1b41fc2 commit 6e8fe3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 6e8fe3b

Please sign in to comment.