drakosfire commited on
Commit
93c4c52
2 Parent(s): ebf910c c9deeac

Rolling back to commit from this morning

Browse files

Merge branch 'feature/docker' of github.com:Drakosfire/StoreGenerator into feature/docker

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ EXPOSE 5000
27
  ENV FLASK_APP=app.py
28
 
29
  # Command to run the Flask app
30
- CMD ["flask", "run", "--host=0.0.0.0", "--port=5000"]
 
27
  ENV FLASK_APP=app.py
28
 
29
  # Command to run the Flask app
30
+ CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]