]> www.vanbest.org Git - motioneye-debian/commitdiff
Add missing file
authorThéo Reichel <theo@nolog.ch>
Sun, 11 Jun 2017 01:50:37 +0000 (03:50 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2017 01:50:37 +0000 (03:50 +0200)
Extra folder content is missing in /usr/share/motioneye/extra/

extra/Dockerfile

index 6c11a6d10f3434e415d23ed30fd8f5244f65cf33..5433ddf1a815c7ee55f1f1afa79282982839d18a 100644 (file)
@@ -58,6 +58,8 @@ VOLUME /var/run/motion
 # Video & images
 VOLUME /var/lib/motioneye
 
+ADD extra /usr/share/motioneye/extra/
+
 CMD test -e /etc/motioneye/motioneye.conf || \    
     cp /usr/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf ; \
     /usr/local/bin/meyectl startserver -c /etc/motioneye/motioneye.conf