Akane710 commited on
Commit
c4abfcc
·
verified ·
1 Parent(s): f8fbe7a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -27,7 +27,8 @@ COPY . .
27
 
28
  EXPOSE 7860
29
 
30
- RUN pipenv run pip install EnkaNetwork.py fastapi asyncio uvicorn requests cloudinary enkacard
 
31
  RUN pipenv run pip install git+https://github.com/Akane7101/StarRailCard
32
  RUN pipenv run pip install git+https://github.com/Akane7101/EnkaNetwork.py
33
  CMD [ "pipenv", "run", "python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8", "--timeout-keep-alive", "600" ]
 
27
 
28
  EXPOSE 7860
29
 
30
+ RUN pipenv run pip install EnkaNetwork.py fastapi asyncio uvicorn requests cloudinary
31
+ RUN pipenv run pip install git+https://github.com/Akane7101/enkacard
32
  RUN pipenv run pip install git+https://github.com/Akane7101/StarRailCard
33
  RUN pipenv run pip install git+https://github.com/Akane7101/EnkaNetwork.py
34
  CMD [ "pipenv", "run", "python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8", "--timeout-keep-alive", "600" ]