Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -28,4 +28,5 @@ EXPOSE 8501
|
|
28 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s CMD curl -f http://localhost:8501/_stcore/health || exit 1
|
29 |
|
30 |
# Run the application
|
31 |
-
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port", "8501", "--server.address", "0.0.0.0"]
|
|
|
|
28 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s CMD curl -f http://localhost:8501/_stcore/health || exit 1
|
29 |
|
30 |
# Run the application
|
31 |
+
#ENTRYPOINT ["streamlit", "run", "app.py", "--server.port", "8501", "--server.address", "0.0.0.0"]
|
32 |
+
ENTRYPOINT ["streamlit", "run", "app.py"]
|