diff --git a/Dockerfile b/Dockerfile index de79ad3..aba5898 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 /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