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
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user