FaithCodes commited on
Commit
2c65c81
·
verified ·
1 Parent(s): a0f6dc2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ EXPOSE 8501
19
 
20
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
21
 
22
- ENTRYPOINT ["streamlit", "run", "src/WebApp.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
19
 
20
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
21
 
22
+ ENTRYPOINT ["streamlit", "run", "src/webApp.py", "--server.port=8501", "--server.address=0.0.0.0"]