Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -31,4 +31,4 @@ EXPOSE 7860
|
|
| 31 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
| 32 |
|
| 33 |
# Run app.py when the container launches
|
| 34 |
-
CMD ["streamlit", "run", "app.py","--server.port=
|
|
|
|
| 31 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
| 32 |
|
| 33 |
# Run app.py when the container launches
|
| 34 |
+
CMD ["streamlit", "run", "app.py","--server.port=7860", "--server.address=0.0.0.0"]
|