Publish Livewire assets in Docker build

This commit is contained in:
Codex Agent
2026-01-31 22:10:11 +01:00
parent 6e19c3d7b6
commit 38f89be99e
2 changed files with 21 additions and 0 deletions

View File

@@ -100,6 +100,8 @@ COPY . .
COPY --from=vendor /var/www/html/vendor ./vendor
COPY --from=node_builder /var/www/html/public/build ./public/build
RUN php artisan vendor:publish --tag=livewire:assets --force --no-interaction
RUN php artisan config:clear \
&& php artisan config:cache \
&& php artisan route:clear \