baxin commited on
Commit
c7ce3e0
·
verified ·
1 Parent(s): e3f2490

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,4 +32,4 @@ EXPOSE 8501
32
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
33
 
34
  # Define the entry point to run the Streamlit application
35
- ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
32
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
33
 
34
  # Define the entry point to run the Streamlit application
35
+ ENTRYPOINT ["streamlit", "run", "src/app.py", "--server.port=8501", "--server.address=0.0.0.0"]