fix: 修改源

This commit is contained in:
sylarchen1389 2025-11-08 23:28:08 +08:00
parent 4c0328ee1c
commit 8227153338

View file

@ -36,6 +36,8 @@ WORKDIR /app
# to store git revision in build # to store git revision in build
RUN apk add --no-cache git RUN apk add --no-cache git
RUN npm config set registry https://registry.npmmirror.com
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
# RUN npm ci --force # RUN npm ci --force
RUN npm install --legacy-peer-deps RUN npm install --legacy-peer-deps