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