Update Dockerfile

This commit is contained in:
syuilo 2021-04-17 18:37:10 +09:00 committed by GitHub
parent 3da93e7bf9
commit 79e60afd42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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