From 59c958531da2a789c2d03e437e5e35d8f1acd594 Mon Sep 17 00:00:00 2001 From: soeren Date: Thu, 29 Jan 2026 14:07:58 +0100 Subject: [PATCH] Copy Filament vendor tree for Vite build --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b67af14..5e6c940 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,9 +57,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 -COPY --from=php_deps /var/www/html/vendor/filament/support/dist /var/www/html/vendor/filament/support/dist +COPY --from=php_deps /var/www/html/vendor/filament /var/www/html/vendor/filament RUN npm run build