ls app folder
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m35s

This commit is contained in:
2025-12-05 23:28:19 -05:00
parent f8c2b160ad
commit 512b2a24dd

View File

@@ -5,6 +5,7 @@ RUN corepack enable
RUN corepack prepare yarn@stable --activate
COPY package.json yarn.lock /app/
RUN yarn install --immutable
RUN ls -lR /app
# --- Stage 2: Builder ---
FROM node:20-alpine AS builder