Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -38,6 +38,6 @@ EXPOSE 7860
|
|
| 38 |
|
| 39 |
|
| 40 |
RUN pipenv install --dev --ignore-pipfile && \
|
| 41 |
-
pipenv
|
| 42 |
|
| 43 |
CMD [ "pipenv", "run", "python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8", "--timeout-keep-alive", "600" ]
|
|
|
|
| 38 |
|
| 39 |
|
| 40 |
RUN pipenv install --dev --ignore-pipfile && \
|
| 41 |
+
pipenv run pip install pikepdf fastapi uvicorn mangadex httpx reportlab pillow
|
| 42 |
|
| 43 |
CMD [ "pipenv", "run", "python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8", "--timeout-keep-alive", "600" ]
|