Muthu4all commited on
Commit
895fbf6
·
verified ·
1 Parent(s): 3ebe5ef
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,4 +14,5 @@ RUN pip install -r requirements.txt
14
  EXPOSE 8501
15
 
16
  # Run streamlit when the container launches
17
- CMD ["streamlit", "run", "app.py"]
 
 
14
  EXPOSE 8501
15
 
16
  # Run streamlit when the container launches
17
+ #CMD ["streamlit", "run", "app.py"]
18
+ CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]