Debug - verifiy flux vendory copy
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 35s

This commit is contained in:
PeterChrz 2026-03-31 11:06:48 -04:00
parent e4fc5978f8
commit e6f8ba5b7a
Signed by untrusted user who does not match committer: pch
GPG key ID: 8F0826ECF7302C63

View file

@ -26,6 +26,7 @@ COPY package.json package-lock.json ./
RUN npm ci RUN npm ci
COPY . . COPY . .
COPY --from=composer-builder /app/vendor ./vendor COPY --from=composer-builder /app/vendor ./vendor
RUN ls vendor/livewire/flux/dist/ || echo "MISSING: flux dist not found"
RUN npm run build RUN npm run build
# Stage 3: Production image # Stage 3: Production image