Browse Source

添加测试视频

TitanWong 2 years ago
parent
commit
9de6166fb8
2 changed files with 2 additions and 1 deletions
  1. 2 1
      Dockerfile
  2. BIN
      test.mp4

+ 2 - 1
Dockerfile

@@ -2,7 +2,8 @@ FROM nas.fast-fun.cn:5000/ffmpeg
 
 WORKDIR /home/project
 
-COPY * /home/project/
+COPY *.py /home/project/
+COPY *.mp4 /home/project/
 
 # ENTRYPOINT /usr/bin/python3
 # CMD ["/bin/sh","-c","/usr/bin/python3 cvControl.py /home/project/prod/"]

BIN
test.mp4