Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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"]
|