From 65b9a6b5708e9e294678c7b535a14dd945fd6424 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Sat, 14 Dec 2024 03:09:05 +0200 Subject: [PATCH] refactor: update `entrypoint` for `vip-mu-plugins` --- assets/dev-env.lando.template.yml.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) { %>