mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Merge pull request #833 from javiersigler/task/improve_dockerfile
Docker - Do not replace configuration
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user