Skip to content

Commit

Permalink
refactor: update entrypoint for vip-mu-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Dec 18, 2024
1 parent cd6db22 commit 65b9a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/dev-env.lando.template.yml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) { %>
Expand Down

0 comments on commit 65b9a6b

Please sign in to comment.