Akane710 commited on
Commit
cda8256
·
verified ·
1 Parent(s): ce6ec74

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -27,8 +27,5 @@ COPY . .
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" ]
 
27
 
28
  EXPOSE 7860
29
 
30
+ RUN pipenv run pip install Crypto fastapi asyncio uvicorn requests cloudinary
 
 
 
31
  CMD [ "pipenv", "run", "python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8", "--timeout-keep-alive", "600" ]