fix: add css

This commit is contained in:
u00lipp
2025-10-22 23:19:06 +02:00
parent 48511a7592
commit 462f6753d3
+3
View File
@@ -39,6 +39,9 @@ COPY . .
FROM node:${NODE_VERSION}-alpine AS node_build
WORKDIR /app
# Bring vendor so Vite can resolve ../../vendor/... imports (e.g., Livewire Flux CSS)
COPY --from=composer_build /app/vendor /app/vendor
# Only the files Node needs (faster context & cache)
COPY package.json package-lock.json* pnpm-lock.yaml* yarn.lock* vite.config.* ./
COPY resources ./resources