Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ COPY requirements.txt /app/
|
|
| 16 |
COPY app.py /app/
|
| 17 |
COPY fresh_model.keras /app/
|
| 18 |
# Copy index.html to the /app directory
|
| 19 |
-
COPY
|
| 20 |
|
| 21 |
# Install dependencies
|
| 22 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 16 |
COPY app.py /app/
|
| 17 |
COPY fresh_model.keras /app/
|
| 18 |
# Copy index.html to the /app directory
|
| 19 |
+
COPY templates/ /app/templates/
|
| 20 |
|
| 21 |
# Install dependencies
|
| 22 |
RUN pip install --no-cache-dir -r requirements.txt
|