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