From f2c33c549b4d9954705aced5ceb694fee9078ae5 Mon Sep 17 00:00:00 2001 From: soeren Date: Thu, 29 Jan 2026 14:01:26 +0100 Subject: [PATCH] Include Filament support resources for Vite build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index aba5898..a869cee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,6 +58,7 @@ RUN npm ci --ignore-scripts 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 RUN npm run build