fix: Dockerfile can not build.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-10-09 00:23:16 +08:00
parent 2ed23c4327
commit 727046805b
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
FROM node:16-alpine as base
RUN apk add --no-cache libc6-compat
WORKDIR /app
COPY package-lock.json package.json ./
COPY pnpm-lock.yaml package.json ./
RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7 &&\
pnpm i &&\
pnpm build