fix build

This commit is contained in:
Paul J Stevens 2023-08-03 12:34:04 +02:00
parent e52087a1d8
commit 9f30860c1e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ RUN download.sh
RUN chown -R root /var/www/
RUN chown -R www-data /var/www/civi/wp-content/
RUN chown -R root /var/www/civi/wp-content/themes/ /var/www/civi/wp-content/plugins/
RUN mkdir -p /var/www/civi/wp-content/themes/ /var/www/civi/wp-content/plugins/ && chown -R root /var/www/civi/wp-content/themes/ /var/www/civi/wp-content/plugins/
RUN find /var/www/ -type d |xargs chmod 755
RUN find /var/www/ -type f |xargs -I'{}' chmod 644 '{}'
USER www-data