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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +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"]
 
20
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
21
 
22
 
23
+ ENTRYPOINT ["streamlit", "run", "app3.py"]