summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-17 18:37:10 +0900
committerGitHub <noreply@github.com>2021-04-17 18:37:10 +0900
commit79e60afd420498c463b95b88b7032d747a8dda3c (patch)
treebcd78ffc55fbe0b536e0d7cf4dfbf69e42f7a415 /Dockerfile
parentCreate .yarnrc (diff)
downloadsharkey-79e60afd420498c463b95b88b7032d747a8dda3c.tar.gz
sharkey-79e60afd420498c463b95b88b7032d747a8dda3c.tar.bz2
sharkey-79e60afd420498c463b95b88b7032d747a8dda3c.zip
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c1745fc215..067b772a42 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