Skip to content

Commit 58ba60e

Browse files
Merge pull request #223 from nunez-adrian/patch-1
fix: miss mkdir folders in laravel.md
2 parents 8466017 + 8c254b3 commit 58ba60e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/applications/laravel.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
318318

319319
WORKDIR /var/www/html
320320

321+
RUN mkdir -p /var/www/html/storage /var/www/html/bootstrap/cache
322+
321323
RUN chown -R unit:unit /var/www/html/storage bootstrap/cache && chmod -R 775 /var/www/html/storage
322324

323325
COPY . .
@@ -370,4 +372,4 @@ CMD ["unitd", "--no-daemon"]
370372
```
371373
php artisan optimize:clear && php artisan config:clear && php artisan route:clear && php artisan view:clear && php artisan optimize
372374
373-
375+

0 commit comments

Comments
 (0)