From: Théo Reichel Date: Sun, 11 Jun 2017 01:50:37 +0000 (+0200) Subject: Add missing file X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=78d570ec1a9c215cb9f6d8824e5695188ef0ce05;p=motioneye-debian Add missing file Extra folder content is missing in /usr/share/motioneye/extra/ --- diff --git a/extra/Dockerfile b/extra/Dockerfile index 6c11a6d..5433ddf 100644 --- a/extra/Dockerfile +++ b/extra/Dockerfile @@ -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