diff --git a/Dockerfile b/Dockerfile index 807e30a..80fa210 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \ # Copy files from build stage COPY --from=build /app /var/www -RUN chown -R www-data:www-data storage bootstrap/cache database \ +RUN chown -R www-data:www-data storage bootstrap/cache database &&\ chmod -R 755 /var/www/storage /var/www/bootstrap/cache