Akane710 commited on
Commit
4f4ce95
·
verified ·
1 Parent(s): 0f25724

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -35,11 +35,9 @@ COPY --chown=appuser:appuser . .
35
  # Install dependencies
36
  RUN pipenv install --dev --ignore-pipfile
37
  RUN pipenv run pip install -U pydantic
38
- RUN pipenv run pip install asyncio fastapi uvicorn requests cloudinary genshin
39
  RUN pipenv run pip install git+https://github.com/Akane7101/enkacard
40
  RUN pipenv run pip install git+https://github.com/Akane7101/StarRailCard
41
- RUN pipenv run pip install git+https://github.com/Akane7101/EnkaNetwork.py
42
-
43
  # Expose the application port
44
  EXPOSE 7860
45
 
 
35
  # Install dependencies
36
  RUN pipenv install --dev --ignore-pipfile
37
  RUN pipenv run pip install -U pydantic
38
+ RUN pipenv run pip install asyncio fastapi uvicorn requests cloudinary genshin EnkaNetwork.py
39
  RUN pipenv run pip install git+https://github.com/Akane7101/enkacard
40
  RUN pipenv run pip install git+https://github.com/Akane7101/StarRailCard
 
 
41
  # Expose the application port
42
  EXPOSE 7860
43