Add Livewire temporary storage directory creation

This commit is contained in:
Fernando
2026-05-09 02:11:23 -06:00
committed by GitHub
parent 71b4e423bc
commit 8040e8e8fe
+1
View File
@@ -12,6 +12,7 @@ RUN composer install --optimize-autoloader
RUN npm ci && npm run build RUN npm ci && npm run build
RUN mkdir -p storage/framework/{sessions,views,cache} \ RUN mkdir -p storage/framework/{sessions,views,cache} \
&& mkdir -p storage/app/livewire-tmp \
&& chmod -R 775 storage bootstrap/cache && chmod -R 775 storage bootstrap/cache
RUN php artisan storage:link RUN php artisan storage:link