From 4f27fb82585076b23a508c755421d66071431f65 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Tue, 7 Aug 2018 18:25:22 +0800 Subject: [PATCH] fix bootstrap permission denied error --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3988574a..1b84da9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ WORKDIR /app ADD . /app RUN chown -R www-data:www-data /app RUN chmod 755 /app/storage +RUN chmod 777 -R /app/bootstrap/cache RUN composer install RUN php artisan clear-compiled