Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -69,4 +69,4 @@ COPY --chown=${NB_USER}:${NB_USER} . ${HOME}
|
|
| 69 |
EXPOSE 7860
|
| 70 |
|
| 71 |
# Define the entry point for the container
|
| 72 |
-
ENTRYPOINT ["streamlit", "run", "
|
|
|
|
| 69 |
EXPOSE 7860
|
| 70 |
|
| 71 |
# Define the entry point for the container
|
| 72 |
+
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|