From a650fefb7d1bb6a6b818c49e299b9fe4554acfe1 Mon Sep 17 00:00:00 2001 From: YCA001 <2915341988@qq.com> Date: Tue, 12 Sep 2023 10:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Dockerfile b/app/Dockerfile index 9cc4c21..3415b3a 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -3,6 +3,7 @@ FROM gplane/pnpm as Builder RUN mkdir -p /home/signatrust/app WORKDIR /home/signatrust/app COPY . /home/signatrust/app +RUN npm install pnpm -g RUN pnpm install RUN pnpm build -- Gitee