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