Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,4 +33,4 @@ EXPOSE 8501
|
|
33 |
|
34 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
35 |
|
36 |
-
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
|
|
33 |
|
34 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
35 |
|
36 |
+
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0","--server.enableCORS=false"]
|