Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -35,4 +35,4 @@ EXPOSE 8501
|
|
35 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
|
36 |
|
37 |
# Run the app and disable telemetry
|
38 |
-
ENTRYPOINT ["streamlit", "run", "
|
|
|
35 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
|
36 |
|
37 |
# Run the app and disable telemetry
|
38 |
+
ENTRYPOINT ["streamlit", "run", "streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0", "--browser.gatherUsageStats=false"]
|