Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,9 @@ WORKDIR /app
|
|
| 6 |
|
| 7 |
# Copy project files
|
| 8 |
COPY example.py /app/
|
| 9 |
-
COPY
|
|
|
|
|
|
|
| 10 |
|
| 11 |
# Copy your dependency file if it exists (optional)
|
| 12 |
# If not, we’ll create one on the fly
|
|
|
|
| 6 |
|
| 7 |
# Copy project files
|
| 8 |
COPY example.py /app/
|
| 9 |
+
COPY templates/ /app/templates/
|
| 10 |
+
|
| 11 |
+
|
| 12 |
|
| 13 |
# Copy your dependency file if it exists (optional)
|
| 14 |
# If not, we’ll create one on the fly
|