fix copy
Some checks are pending
Main / build-and-push-docker-image (20.x) (push) Waiting to run

This commit is contained in:
2025-12-05 23:58:50 -05:00
parent be1c61935d
commit 9d6ebb6ab2

View File

@@ -2,8 +2,7 @@
FROM node:20-alpine AS dependencies
RUN corepack enable
RUN corepack prepare yarn@stable --activate
COPY .yarnrc.yml ./
COPY package.json yarn.lock ./
COPY package.json yarn.lock .yarnrc.yml ./
WORKDIR /app
RUN yarn install
RUN ls -lR /app