Skip to content

Commit bbd74eb

Browse files
committed
update ownership
1 parent 707e2a6 commit bbd74eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ RUN set -eux; \
88
cp -s wp-config-docker.php wp-config.php
99

1010

11-
COPY plugins/ ./wp-content/plugins/
12-
COPY themes/ ./wp-content/themes/
11+
COPY --chown=www-data:www-data plugins/ ./wp-content/plugins/
12+
COPY --chown=www-data:www-data themes/ ./wp-content/themes/

0 commit comments

Comments
 (0)