This commit is contained in:
Frank John Begornia
2023-10-02 03:16:35 +08:00
parent 860881b3c4
commit 7d520a8300

View File

@@ -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