Sean Carnahan commited on
Commit
65045aa
·
1 Parent(s): 3c6f221

Add templates directory to Dockerfile for index.html

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -21,6 +21,7 @@ COPY external external
21
  # COPY yolov7 yolov7
22
  # COPY yolov7-w6-pose.pt .
23
  COPY static static
 
24
 
25
  # Ensure the uploads directory within static exists and is writable
26
  RUN mkdir -p static/uploads && chmod -R 777 static/uploads
 
21
  # COPY yolov7 yolov7
22
  # COPY yolov7-w6-pose.pt .
23
  COPY static static
24
+ COPY templates templates
25
 
26
  # Ensure the uploads directory within static exists and is writable
27
  RUN mkdir -p static/uploads && chmod -R 777 static/uploads