test
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 4m20s

This commit is contained in:
2025-12-06 00:17:09 -05:00
parent cc090d6414
commit b534b3f38f

View File

@@ -12,7 +12,6 @@ RUN corepack enable
RUN corepack prepare yarn@stable --activate
WORKDIR /app
COPY --from=dependencies /app/node_modules ./
RUN ls -lR /app/node_modules
COPY . /app/
RUN yarn build