Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,4 +23,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=20s --retries=3 \
|
|
| 23 |
CMD curl --fail http://127.0.0.1:${PORT}/_stcore/health || exit 1
|
| 24 |
|
| 25 |
# Streamlit bound to $PORT
|
| 26 |
-
CMD ["sh", "-c", "streamlit run
|
|
|
|
| 23 |
CMD curl --fail http://127.0.0.1:${PORT}/_stcore/health || exit 1
|
| 24 |
|
| 25 |
# Streamlit bound to $PORT
|
| 26 |
+
CMD ["sh", "-c", "streamlit run app.py --server.address=0.0.0.0 --server.port=${PORT}"]
|