1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

Update Dockerfile

This commit is contained in:
syuilo
2021-04-17 18:37:10 +09:00
committed by GitHub
parent 3da93e7bf9
commit 79e60afd42

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