From 3a65bec63f5007fb1f3463caf5de062fc6e0f8ed Mon Sep 17 00:00:00 2001 From: soeren Date: Thu, 29 Jan 2026 14:03:24 +0100 Subject: [PATCH] Include Filament support dist for Vite build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a869cee..b67af14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,6 +59,7 @@ COPY resources resources COPY postcss.config.js tailwind.config.js vite.config.mjs jsconfig.json ./ COPY --from=php_deps /var/www/html/vendor/filament/filament/resources /var/www/html/vendor/filament/filament/resources COPY --from=php_deps /var/www/html/vendor/filament/support/resources /var/www/html/vendor/filament/support/resources +COPY --from=php_deps /var/www/html/vendor/filament/support/dist /var/www/html/vendor/filament/support/dist RUN npm run build