From 2c8229b28288d4818395275a1fb7ab81c8a7e2b3 Mon Sep 17 00:00:00 2001 From: wangchuan Date: Wed, 14 Jan 2026 19:34:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9node=E6=89=93=E5=8C=85?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/front/Dockerfile b/front/Dockerfile index bfa7647..3ed8673 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -6,9 +6,9 @@ RUN set -eux; \ sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories; \ apk update && apk upgrade; \ apk add git zlib zlib-dev autoconf automake libtool; \ - apk add yarn; \ - yarn config set registry https://registry.npmmirror.com; \ - yarn --ignore-scripts && yarn build:$ENV; + apk add pnpm; \ + pnpm config set registry https://registry.npmmirror.com; \ + pnpm build:$ENV; FROM 172.31.127.251:8083/library/fileserver:1.0.0 ARG PROJECTCODE