Add Livewire temporary storage directory creation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user