alexandraroze commited on
Commit
7e11f55
·
1 Parent(s): a637871

updated app

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,4 +54,4 @@ EXPOSE 8501
54
 
55
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
56
 
57
- ENTRYPOINT ["streamlit", "run", "streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
54
 
55
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
56
 
57
+ ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]