fix: add css
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user