mkalia commited on
Commit
30d6ec7
·
verified ·
1 Parent(s): 33485a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,4 +48,4 @@ RUN mkdir -p .streamlit
48
  EXPOSE 8501
49
 
50
  # Run filter_data_app.py when the container launches
51
- CMD streamlit run depth_app.py
 
48
  EXPOSE 8501
49
 
50
  # Run filter_data_app.py when the container launches
51
+ CMD streamlit run depth_app.py --server.enableXsrfProtection false