diff --git a/Dockerfile b/Dockerfile index 2ebcb91..17a41a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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