Spaces:
Sleeping
Sleeping
change port
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,4 +23,4 @@ EXPOSE 7860
|
|
| 23 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
| 24 |
|
| 25 |
# 6. RUN THE APP (Ensuring we point to app.py on port 7860)
|
| 26 |
-
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=
|
|
|
|
| 23 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
| 24 |
|
| 25 |
# 6. RUN THE APP (Ensuring we point to app.py on port 7860)
|
| 26 |
+
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|