remove copy
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 2m52s

This commit is contained in:
2025-12-05 23:54:45 -05:00
parent cd3fcd1a80
commit be1c61935d

View File

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