Akane710 commited on
Commit
d56f57f
·
verified ·
1 Parent(s): 4eecc52

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ USER appuser
32
  # Copy application code
33
  COPY --chown=appuser:appuser . .
34
 
35
- RUN pipenv run pip install asyncio fastapi enkacard uvicorn requests cloudinary genshin git+https://github.com/Akane7101/EnkaNetworkV2.py StarRailCard zenka
36
  # Expose the application port
37
  EXPOSE 7860
38
 
 
32
  # Copy application code
33
  COPY --chown=appuser:appuser . .
34
 
35
+ RUN pipenv run pip install asyncio fastapi git+https://github.com/Akane7101/EnkaCard uvicorn requests cloudinary genshin git+https://github.com/Akane7101/EnkaNetworkV2.py StarRailCard zenka
36
  # Expose the application port
37
  EXPOSE 7860
38