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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -15,5 +15,4 @@ RUN python -m spacy download en_core_web_md
15
  # Copy the rest of the code
16
  COPY . .
17
 
18
- # Run the app
19
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
15
  # Copy the rest of the code
16
  COPY . .
17
 
18
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]