CineAI commited on
Commit
a7ed960
·
verified ·
1 Parent(s): 66c3664

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,4 +32,4 @@ EXPOSE 8501
32
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
33
 
34
  # The entrypoint remains the same
35
- ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
32
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
33
 
34
  # The entrypoint remains the same
35
+ ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]