更新 dockerfile
CI/CD / build (push) Failing after 3m25s Details

This commit is contained in:
zhaojun 2026-01-09 13:18:50 +08:00
parent 78079e94e1
commit c0a0a2070f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ FROM node:20-alpine
RUN npm install -g pnpm RUN npm install -g pnpm
# 设置工作目录 # 设置工作目录
WORKDIR /app WORKDIR /build
# 复制整个项目(包括 packages 目录) # 复制整个项目(包括 packages 目录)
COPY . . COPY . .