diff --git a/Dockerfile b/Dockerfile index 65e3715..5c87e0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,6 @@ COPY custom-plugins/ /custom-plugins RUN [ -d /var/www/html/storage ] || mkdir /var/www/html/storage # Make sure the www-data user has the correct directory ownership -RUN chown -R www-data:www-data /var/www /run /var/lib/nginx /var/log/nginx +RUN chown -R www-data:www-data /var/www USER www-data \ No newline at end of file