Shivam098 commited on
Commit
a2b20b8
1 Parent(s): 81738d2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ RUN python -m spacy download en_core_web_md
15
  # Copy the rest of the code
16
  COPY . .
17
 
18
- CMD ["streamlit", "run", "app.py"]
 
15
  # Copy the rest of the code
16
  COPY . .
17
 
18
+ CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0", "--server.port=7860"]