Copy Filament resources for Vite build

This commit is contained in:
soeren
2026-01-29 13:58:55 +01:00
parent 463c1faec5
commit 7913809c54

View File

@@ -57,7 +57,7 @@ RUN npm ci --ignore-scripts
COPY resources resources COPY resources resources
COPY postcss.config.js tailwind.config.js vite.config.mjs jsconfig.json ./ COPY postcss.config.js tailwind.config.js vite.config.mjs jsconfig.json ./
COPY --from=php_deps /var/www/html/vendor/filament/filament/resources/css /var/www/html/vendor/filament/filament/resources/css COPY --from=php_deps /var/www/html/vendor/filament/filament/resources /var/www/html/vendor/filament/filament/resources
RUN npm run build RUN npm run build