yashxx07 commited on
Commit
4c26e22
·
verified ·
1 Parent(s): ad821ef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,6 +15,6 @@ COPY ./requirements.txt /code/requirements.txt
15
 
16
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
17
 
18
- COPY . .
19
 
20
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
15
 
16
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
17
 
18
+ COPY . .
19
 
20
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]