diff --git a/Dockerfile b/Dockerfile index bbdc433..8a08879 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ WORKDIR /var/www # Copy the Laravel application files to the container COPY . . -RUN a2enmod rewrite headers # Set appropriate permissions for Laravel storage and bootstrap cache RUN chown -R www-data:www-data storage bootstrap