diff --git a/Dockerfile b/Dockerfile index 418be775b..5962be670 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apk add --no-cache \ python \ zlib-dev -COPY package.json ./ +COPY package.json yarn.lock ./ RUN yarn install COPY . ./ RUN yarn build