area444 commited on
Commit
334754e
·
verified ·
1 Parent(s): 45f02d2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ COPY --chown=user ./requirements.txt requirements.txt
19
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
20
 
21
  COPY --chown=user . /app
22
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
19
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
20
 
21
  COPY --chown=user . /app
22
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]