ishworrsubedii commited on
Commit
7f8082a
·
1 Parent(s): bcd6fa3

update: copy all docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -12,7 +12,6 @@ COPY requirements.txt ./
12
 
13
  RUN pip install --no-cache-dir -r requirements.txt
14
 
15
- COPY src ./src
16
- COPY app.py ./
17
 
18
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
12
 
13
  RUN pip install --no-cache-dir -r requirements.txt
14
 
15
+ COPY . .
 
16
 
17
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]