Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
|
@@ -41,8 +41,4 @@ EXPOSE 8501
|
|
| 41 |
# Healthcheck
|
| 42 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
|
| 43 |
|
| 44 |
-
|
| 45 |
-
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py",
|
| 46 |
-
"--server.port=8501", "--server.address=0.0.0.0",
|
| 47 |
-
"--server.enableXsrfProtection=false",
|
| 48 |
-
"--server.enableCORS=false"]
|
|
|
|
| 41 |
# Healthcheck
|
| 42 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
|
| 43 |
|
| 44 |
+
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py"]
|
|
|
|
|
|
|
|
|
|
|
|