srivatsavdamaraju commited on
Commit
d50b59a
·
verified ·
1 Parent(s): 4b7dbde

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,5 +13,5 @@ RUN pip install uvicorn
13
  # Install dependencies
14
  RUN pip install -r requirements.txt
15
  COPY . /app
16
- ENTRYPOINT ["uvicorn", "main:app"]
17
  CMD ["--host", "0.0.0.0", "--port", "7860"]
 
13
  # Install dependencies
14
  RUN pip install -r requirements.txt
15
  COPY . /app
16
+ ENTRYPOINT ["uvicorn", "app:app"]
17
  CMD ["--host", "0.0.0.0", "--port", "7860"]