Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
el634dev authored Oct 6, 2024
1 parent 689d1d7 commit 715b11f
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 @@ -24,5 +24,5 @@ ENV FLASK_DEBUG=development
EXPOSE 5000

# STEP 7: Run Flask!
CMD ["flask", "app.py", "--host=0.0.0.0:5000"]
CMD ["python", "app.py", "--host=0.0.0.0:5000"]
# CMD ["flask", "run", "--host=0.0.0.0"]

0 comments on commit 715b11f

Please sign in to comment.