Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -26,4 +26,5 @@ COPY --chown=user . $HOME
|
|
26 |
|
27 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
28 |
|
29 |
-
|
|
|
|
26 |
|
27 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
28 |
|
29 |
+
CMD cd src
|
30 |
+
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableCORS false", "--server.enableXsrfProtection false", "--server.fileWatcherType none"]
|