Spaces:
Sleeping
Sleeping
Rolling back to commit from this morning
Browse filesMerge branch 'feature/docker' of github.com:Drakosfire/StoreGenerator into feature/docker
- 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=
|
|
|
|
| 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"]
|