Update Dockerfile
Browse files- 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
|
| 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 |
|