Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,4 +28,4 @@ HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
|
|
| 28 |
|
| 29 |
# Command to run the application
|
| 30 |
# server.address=0.0.0.0 is crucial for Docker networking
|
| 31 |
-
CMD ["streamlit", "run", "
|
|
|
|
| 28 |
|
| 29 |
# Command to run the application
|
| 30 |
# server.address=0.0.0.0 is crucial for Docker networking
|
| 31 |
+
CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
|