docker
Some checks failed
CI / typecheck (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (macos-latest) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CI / generate (macos-latest) (push) Has been cancelled
CI / generate (ubuntu-latest) (push) Has been cancelled
CI / generate (windows-latest) (push) Has been cancelled
Publish Any Commit / publish (push) Failing after 15m42s

This commit is contained in:
2025-07-29 11:15:29 +08:00
parent efeccebd13
commit 2ef9f8156c

View File

@@ -28,10 +28,6 @@
WORKDIR /app
# 拷贝 lock + package.json 用于安装 prod 依赖
COPY --from=builder /app/package.json /app/pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile --prod
# 拷贝构建产物
COPY --from=builder /app/.output ./.output