From 6632baac92728a10b9c4fdc5c301ff9e619888e0 Mon Sep 17 00:00:00 2001 From: franknstayn Date: Sun, 27 Aug 2023 19:12:17 +0800 Subject: [PATCH] updated --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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