Merge pull request #833 from javiersigler/task/improve_dockerfile

Docker - Do not replace configuration
This commit is contained in:
Michael Teeuw
2017-04-07 08:41:13 +02:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ if [ ! -f /opt/magic_mirror/modules ]; then
fi
if [ ! -f /opt/magic_mirror/config ]; then
cp -R /opt/magic_mirror/unmount_config/. /opt/magic_mirror/config
cp -Rn /opt/magic_mirror/unmount_config/. /opt/magic_mirror/config
fi
node serveronly