mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
Merge pull request #833 from javiersigler/task/improve_dockerfile
Docker - Do not replace configuration
This commit is contained in:
commit
764f05b42a
@ -5,7 +5,7 @@ if [ ! -f /opt/magic_mirror/modules ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f /opt/magic_mirror/config ]; then
|
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
|
fi
|
||||||
|
|
||||||
node serveronly
|
node serveronly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user