xqt commited on
Commit
300d81d
·
verified ·
1 Parent(s): be4c918

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ RUN pip uninstall pyjwt cryptography -y
12
  RUN pip install pyjwt==2.10.1 cryptography==44.0.2
13
 
14
  COPY --chown=user . /app
15
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
12
  RUN pip install pyjwt==2.10.1 cryptography==44.0.2
13
 
14
  COPY --chown=user . /app
15
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]