We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbc542 commit 0d561a3Copy full SHA for 0d561a3
tools/docker/Dockerfile
@@ -10,6 +10,9 @@ ARG PNPM_VERSION
10
ENV LANG en_US.UTF-8
11
ENV LC_ALL en_US.UTF-8
12
13
+# Bypass WP-CLI `--allow-root` check. Reworking the container to not run as root would be a lot of work for basically no benefit.
14
+ENV WP_CLI_ALLOW_ROOT=1
15
+
16
WORKDIR /tmp
17
18
# Record ARGs
0 commit comments