aryan365 commited on
Commit
e2e2fbd
·
verified ·
1 Parent(s): 49aa87c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 index.html /app/
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