add chinese mirror

This commit is contained in:
2026-03-12 20:33:11 +08:00
parent 2c226e2df2
commit 87407e1656
2 changed files with 6 additions and 3 deletions

View File

@@ -2,6 +2,8 @@ FROM node:20-alpine
WORKDIR /app
RUN npm config set registry https://registry.npmmirror.com
COPY package*.json ./
RUN npm install