@@ -4,8 +4,8 @@ FROM base AS deps
WORKDIR /app
COPY package.json ./
RUN npm cache clean --force && \
- npm install pnpm -g --registry=https://registry.npmmirror.com && \
- pnpm i
+ npm install cnpm -g && \
+ cnpm i
FROM base AS builder
ARG BUILD_ARGS=""