更新 dockerfile
CI/CD / build (push) Failing after 3m25s
Details
CI/CD / build (push) Failing after 3m25s
Details
This commit is contained in:
parent
78079e94e1
commit
c0a0a2070f
|
|
@ -5,7 +5,7 @@ FROM node:20-alpine
|
|||
RUN npm install -g pnpm
|
||||
|
||||
# 设置工作目录
|
||||
WORKDIR /app
|
||||
WORKDIR /build
|
||||
|
||||
# 复制整个项目(包括 packages 目录)
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Reference in New Issue