This commit is contained in:
Sakurasan
2026-07-05 23:45:36 +08:00
parent 013ebdaffe
commit 60b9b545ae
+1 -1
View File
@@ -3,7 +3,7 @@ FROM node:20-alpine AS build
WORKDIR /app
COPY package.json pnpm-lock.yaml .npmrc ./
RUN corepack enable && pnpm install --frozen-lockfile
RUN corepack enable && pnpm install
COPY . .
RUN pnpm build