Skip to content

Commit

Permalink
Merge pull request #833 from javiersigler/task/improve_dockerfile
Browse files Browse the repository at this point in the history
Docker - Do not replace configuration
  • Loading branch information
MichMich authored Apr 7, 2017
2 parents 28e8cc2 + 8f8dfab commit 764f05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 764f05b

Please sign in to comment.