Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ COPY --chown=user . $HOME/app
|
|
29 |
|
30 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
31 |
|
32 |
-
CMD python -m streamlit run
|
|
|
29 |
|
30 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
31 |
|
32 |
+
CMD python -m streamlit run app.py --server.port=7860 --server.address=0.0.0.0
|