diff --git a/assets/dev-env.lando.template.yml.ejs b/assets/dev-env.lando.template.yml.ejs index a26ad2197..0f3588545 100644 --- a/assets/dev-env.lando.template.yml.ejs +++ b/assets/dev-env.lando.template.yml.ejs @@ -212,7 +212,7 @@ services: volumes: mu-plugins: {} initOnly: true - entrypoint: /run.sh + entrypoint: /usr/bin/rsync -a --delete-after --chown=${LANDO_HOST_USER_ID}:${LANDO_HOST_GROUP_ID} /mu-plugins/ /shared/ <% } %> <% if ( appCode.mode == 'image' ) { %>