SSEONG commited on
Commit
aeee115
·
verified ·
1 Parent(s): dcfa000

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ COPY src/ ./src/
14
  RUN pip3 install -r requirements.txt
15
 
16
  COPY app.py /app/app.py
 
17
 
18
  EXPOSE 8501
19
 
 
14
  RUN pip3 install -r requirements.txt
15
 
16
  COPY app.py /app/app.py
17
+ COPY templates/ ./templates/
18
 
19
  EXPOSE 8501
20