diff --git a/Dockerfile b/Dockerfile index dc37df8..2711500 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM base AS deps WORKDIR /app RUN corepack enable -COPY package.json yarn.lock ./ +COPY package.json yarn.lock .yarnrc.yml ./ RUN yarn install --frozen-lockfile # ----- Build -----