Loading entrypoint.sh +3 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,9 @@ update_all() { wp language plugin update --all wp language theme update --all find -name wp-content -prune -o -type f -not -iname '*.php' \ find -name wp-content -prune \ -o -name static -prune \ -o -type f -not -iname '*.php' \ -exec install -vD '{}' 'static/{}' \; } Loading Loading
entrypoint.sh +3 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,9 @@ update_all() { wp language plugin update --all wp language theme update --all find -name wp-content -prune -o -type f -not -iname '*.php' \ find -name wp-content -prune \ -o -name static -prune \ -o -type f -not -iname '*.php' \ -exec install -vD '{}' 'static/{}' \; } Loading