Yoonc commited on
Commit
13ec4f7
·
verified ·
1 Parent(s): e99fdb2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -6,7 +6,9 @@ WORKDIR /app
6
 
7
  # Copy project files
8
  COPY example.py /app/
9
- COPY index.html /app/templates/index.html
 
 
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