DrTech commited on
Commit
0979def
1 Parent(s): f96437c

Update Dockerfile

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