diff --git a/Dockerfile b/Dockerfile index 2b98eb3..425d2f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:16 AS builder WORKDIR /app -COPY package.json yarn.lock ./ +COPY package.json ./ RUN yarn install --frozen-lockfile COPY . .