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

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 ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
15
  # Copy the rest of the code
16
  COPY . .
17
 
18
+ CMD ["streamlit", "run", "app.py"]