From 58d25e324a8458b9c14fe8c2f13199d20babe232 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Mon, 19 Jul 2021 15:19:47 -0600 Subject: [PATCH] - install acf in docker --- docker/app.post-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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