SinDarSoup commited on
Commit
6837cf0
·
verified ·
1 Parent(s): e364be4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ COPY --chown=user . /app
16
  RUN python -m spacy download en_core_web_sm
17
 
18
  EXPOSE 7860
19
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
16
  RUN python -m spacy download en_core_web_sm
17
 
18
  EXPOSE 7860
19
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]