Compare commits

..

1 Commits

Author SHA1 Message Date
shiyi
cd9c70473b fix 2026-04-03 14:17:23 +08:00
2 changed files with 0 additions and 3 deletions

1
.npmrc
View File

@@ -1 +0,0 @@
registry=https://bty-reg.bantouyan.com/repository/npm/

View File

@@ -3,7 +3,6 @@ FROM node:22-slim AS builder
WORKDIR /app
ENV CI=true
COPY .npmrc /root/.npmrc
RUN corepack enable && corepack prepare pnpm@latest --activate
COPY . .
@@ -17,7 +16,6 @@ WORKDIR /app
ENV NODE_ENV=production
ENV CI=true
COPY .npmrc /root/.npmrc
RUN corepack enable && corepack prepare pnpm@latest --activate
COPY --from=builder /app/package.json ./