From bf1597cbdfc134ff56c11996a66bf60c8480f864 Mon Sep 17 00:00:00 2001 From: YCA001 <2915341988@qq.com> Date: Tue, 12 Sep 2023 14:44:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index 3415b3a..549f105 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,8 +2,8 @@ FROM gplane/pnpm as Builder RUN mkdir -p /home/signatrust/app WORKDIR /home/signatrust/app -COPY . /home/signatrust/app -RUN npm install pnpm -g +COPY app /home/signatrust/app + RUN pnpm install RUN pnpm build -- Gitee