We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8466017 + 8c254b3 commit 58ba60eCopy full SHA for 58ba60e
docs/applications/laravel.md
@@ -318,6 +318,8 @@ COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
318
319
WORKDIR /var/www/html
320
321
+RUN mkdir -p /var/www/html/storage /var/www/html/bootstrap/cache
322
+
323
RUN chown -R unit:unit /var/www/html/storage bootstrap/cache && chmod -R 775 /var/www/html/storage
324
325
COPY . .
@@ -370,4 +372,4 @@ CMD ["unitd", "--no-daemon"]
370
372
```
371
373
php artisan optimize:clear && php artisan config:clear && php artisan route:clear && php artisan view:clear && php artisan optimize
374
-
375
0 commit comments