diff --git a/Dockerfile b/Dockerfile index 567b374..034320d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ FROM base as production RUN apt-get update && apt-get install -y nginx # Copy application files -COPY . . +COPY --chown=www-data:www-data . . # Install dependencies RUN composer install --no-interaction --optimize-autoloader --no-dev