Spaces:
Sleeping
Sleeping
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -36,4 +36,4 @@ CMD uvicorn api:app --host 0.0.0.0 --port 8000 & \
|
|
| 36 |
echo "API failed health check, not starting Streamlit"; \
|
| 37 |
exit 1; \
|
| 38 |
fi; \
|
| 39 |
-
streamlit run
|
|
|
|
| 36 |
echo "API failed health check, not starting Streamlit"; \
|
| 37 |
exit 1; \
|
| 38 |
fi; \
|
| 39 |
+
streamlit run app.py --server.port 8501 --server.address 0.0.0.0
|