From faafaaf8dd173ad9e4fe0bb09e9db77e9e93131b Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Mon, 19 Jul 2021 15:14:34 -0600 Subject: [PATCH] - install acf in docker --- docker/app.post-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/app.post-setup.sh b/docker/app.post-setup.sh index c4ddcba..7645f05 100644 --- a/docker/app.post-setup.sh +++ b/docker/app.post-setup.sh @@ -1,6 +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 wp-graphql --allow-root --activate wp plugin activate wp-graphql-acf --allow-root