Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -31,4 +31,4 @@ HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health || exit 1
|
|
| 31 |
|
| 32 |
# Command to run the application
|
| 33 |
# Note the addition of --server.port=7860
|
| 34 |
-
CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0", "--server.port=7860", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
|
|
|
|
| 31 |
|
| 32 |
# Command to run the application
|
| 33 |
# Note the addition of --server.port=7860
|
| 34 |
+
CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0", "--server.port=7860", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
|