From 7d520a83003e38fc32c39e4fdc0172afdfe333f9 Mon Sep 17 00:00:00 2001 From: Frank John Begornia Date: Mon, 2 Oct 2023 03:16:35 +0800 Subject: [PATCH] updated --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65b4641..bbdc433 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ 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