Debug - verifiy flux vendory copy
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 35s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 35s
This commit is contained in:
parent
e4fc5978f8
commit
e6f8ba5b7a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue