ruslanmv commited on
Commit
59848b6
·
1 Parent(s): 45fc51c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]