Akane710 commited on
Commit
c78c9cf
·
verified ·
1 Parent(s): 355ef12

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,6 +38,6 @@ EXPOSE 7860
38
 
39
 
40
  RUN pipenv install --dev --ignore-pipfile && \
41
- pipenv runpip 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" ]
 
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" ]