From 79e60afd420498c463b95b88b7032d747a8dda3c Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 17 Apr 2021 18:37:10 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1745fc21..067b772a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apk add --no-cache \ vips-dev \ vips -COPY package.json yarn.lock ./ +COPY package.json yarn.lock .yarnrc ./ RUN yarn install COPY . ./ RUN yarn build