kebson commited on
Commit
13c59ce
·
verified ·
1 Parent(s): 9d80731

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -15,5 +15,6 @@ COPY requirements.txt .
15
  RUN pip install --no-cache-dir -r requirements.txt
16
 
17
  COPY app.py .
 
18
 
19
  CMD ["python", "app.py"]
 
15
  RUN pip install --no-cache-dir -r requirements.txt
16
 
17
  COPY app.py .
18
+ COPY images ./images
19
 
20
  CMD ["python", "app.py"]