nghweigeok commited on
Commit
3c2c41a
·
verified ·
1 Parent(s): 10122eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ COPY data_source /data_source
29
  EXPOSE 7860
30
 
31
  # Command to run the Streamlit app
32
- CMD ["streamlit", "run", "app/app.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
29
  EXPOSE 7860
30
 
31
  # Command to run the Streamlit app
32
+ CMD ["streamlit", "run", "app/app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]