ak0601 commited on
Commit
c2d09a0
1 Parent(s): 0c0e192

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,4 +2,4 @@ FROM python:3.10.9
2
  COPY . .
3
  WORKDIR /
4
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
5
- CMD ["uvicorn", "test:app", "--host", "0.0.0.0", "--port", "7860"]
 
2
  COPY . .
3
  WORKDIR /
4
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
5
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]