mkManishKumar commited on
Commit
199d18e
·
verified ·
1 Parent(s): c74cd15

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,5 +7,5 @@ RUN pip install uvicorn
7
  # Install dependencies
8
  RUN pip install -r requirements.txt
9
  COPY . /app
10
- ENTRYPOINT ["uvicorn", "main:app"]
11
  CMD ["--host", "0.0.0.0", "--port", "7860"]
 
7
  # Install dependencies
8
  RUN pip install -r requirements.txt
9
  COPY . /app
10
+ ENTRYPOINT ["uvicorn", "app.py"]
11
  CMD ["--host", "0.0.0.0", "--port", "7860"]