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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -32,8 +32,6 @@ USER appuser
32
  # Copy application code
33
  COPY --chown=appuser:appuser . .
34
 
35
- # Install dependencies
36
- RUN pipenv install --dev --ignore-pipfile
37
  RUN pipenv run pip install asyncio fastapi enkacard uvicorn requests cloudinary genshin git+https://github.com/Akane7101/EnkaNetworkV2.py StarRailCard zenka
38
  # Expose the application port
39
  EXPOSE 7860
 
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