mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +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
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user