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