Akane710 commited on
Commit
78df3e6
·
verified ·
1 Parent(s): 3c3c63c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ COPY . .
27
 
28
  EXPOSE 7860
29
 
30
- RUN pipenv run pip install cloudinary uvicorn fastapi y2mate-api
31
 
32
 
33
  CMD [ "pipenv", "run", "python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8", "--timeout-keep-alive", "600" ]
 
27
 
28
  EXPOSE 7860
29
 
30
+ RUN pipenv run pip install cloudinary uvicorn fastapi git+https://github.com/Simatwa/y2mate-api
31
 
32
 
33
  CMD [ "pipenv", "run", "python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8", "--timeout-keep-alive", "600" ]