From d6ea547cba1c22b7506d5188ff2c32348bc5840e Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Wed, 12 Nov 2025 14:27:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BF=E7=9B=AE=E5=BD=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cache.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.dockerfile b/cache.dockerfile index a18ab224..e1d9c9a4 100644 --- a/cache.dockerfile +++ b/cache.dockerfile @@ -8,7 +8,7 @@ ENV TZ=Asia/Shanghai RUN npm i -g corepack -WORKDIR /app +WORKDIR / # copy package.json and pnpm-lock.yaml to workspace COPY . .