From d7d3fb47f6d35839e535f03badc8ca4abb0bd7af Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 22 Oct 2023 21:47:07 +0200 Subject: [PATCH] fix ownership --- Containerfile.fpm | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile.fpm b/Containerfile.fpm index 80310e5..0ba160b 100644 --- a/Containerfile.fpm +++ b/Containerfile.fpm @@ -37,6 +37,7 @@ RUN set -xe;\ chown -R www-data:www-data /var/www &&\ cp -r storage storage.skel &&\ cp -r public public.skel &&\ + chown -R www-data:www-data public.skel storage.skel &&\ rm -rf .git tests contrib CHANGELOG.md LICENSE .circleci .dependabot .github CODE_OF_CONDUCT.md .env.docker CONTRIBUTING.md README.md docker-compose.yml .env.testing phpunit.xml .env.example .gitignore .editorconfig .gitattributes .dockerignore FROM docker.io/php:8.1-fpm-bullseye