Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|