cboettig commited on
Commit
636ab96
·
1 Parent(s): 719edc7
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ COPY . .
9
 
10
  EXPOSE 8501
11
 
12
- CMD ["streamlit", "run", "app.py", "--host", "0.0.0.0", "--port", "8501"]
 
9
 
10
  EXPOSE 8501
11
 
12
+ CMD ["streamlit", "run", "app.py", "--server.address", "0.0.0.0", "--server.port", "8501"]