diff --git a/docker/app.post-setup.sh b/docker/app.post-setup.sh index 7645f05..329a26a 100644 --- a/docker/app.post-setup.sh +++ b/docker/app.post-setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Activate wp-graphql -wp plugin install https://github.com/wp-premium/advanced-custom-fields-pro/archive/refs/heads/master.zip --activate -allow-root +wp plugin install https://github.com/wp-premium/advanced-custom-fields-pro/archive/refs/heads/master.zip --activate --allow-root wp plugin install wp-graphql --allow-root --activate wp plugin activate wp-graphql-acf --allow-root