Spaces:
Sleeping
Sleeping
sakshamlakhera
commited on
Commit
·
2660b8c
1
Parent(s):
1cce45a
docker change7
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -46,5 +46,6 @@ ENV STREAMLIT_SERVER_ENABLECORS=false
|
|
46 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
|
47 |
ENV PYTHONUNBUFFERED=1
|
48 |
# Run Streamlit
|
49 |
-
|
|
|
50 |
|
|
|
46 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
|
47 |
ENV PYTHONUNBUFFERED=1
|
48 |
# Run Streamlit
|
49 |
+
|
50 |
+
ENTRYPOINT ["streamlit", "run", "Home.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
|
51 |
|