diff --git a/Dockerfile b/Dockerfile index a2f668a..a682325 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /var/www/html COPY . . # Set appropriate permissions for Laravel storage and bootstrap cache -RUN chown -R www-data:www-data storage bootstrap/cache +RUN chown -R www-data:www-data storage bootstrap # Install Composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer