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