errantanomie commited on
Commit
f8d86d1
·
verified ·
1 Parent(s): 5d42957

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ COPY . /app
23
  EXPOSE 7860
24
 
25
  # Run the app
26
- CMD ["python", "app.py"]
 
23
  EXPOSE 7860
24
 
25
  # Run the app
26
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]