From 3ff90d7a5693155dc00be6a8d891bd08931d403e Mon Sep 17 00:00:00 2001 From: wangchuan Date: Wed, 14 Jan 2026 19:35:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=8B=E8=BD=BD=E5=8C=85?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/front/Dockerfile b/front/Dockerfile index 3ed8673..cf018ec 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -8,6 +8,7 @@ RUN set -eux; \ apk add git zlib zlib-dev autoconf automake libtool; \ apk add pnpm; \ pnpm config set registry https://registry.npmmirror.com; \ + pnpm install; \ pnpm build:$ENV; FROM 172.31.127.251:8083/library/fileserver:1.0.0