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