From 463c1faec59f62c8ce4f155f81a72bfa1f3f6d61 Mon Sep 17 00:00:00 2001 From: soeren Date: Thu, 29 Jan 2026 13:36:47 +0100 Subject: [PATCH] Copy Filament CSS directory for Vite build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ec1e02..de79ad3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +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/css/theme.css /var/www/html/vendor/filament/filament/resources/css/theme.css +COPY --from=php_deps /var/www/html/vendor/filament/filament/resources/css /var/www/html/vendor/filament/filament/resources/css RUN npm run build