diff --git a/Dockerfile b/Dockerfile index 773f3fb..8031375 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache libc6-compat WORKDIR /app # Install dependencies based on the preferred package manager -COPY package.json yarn.lock .yarnrc.yml ./ +COPY package.json yarn.lock .yarnrc.yml .yarn/releases ./ RUN corepack enable && yarn --version RUN yarn --immutable