From 589d916d91c677b57b54710344fb6013bb67e2cd Mon Sep 17 00:00:00 2001 From: BertrandC <846965381@qq.com> Date: Mon, 19 May 2025 15:57:54 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=89=8D=E6=AE=B5=E6=89=93=E5=8C=85=20node?= =?UTF-8?q?=20=E7=89=88=E6=9C=AC=E5=AF=BC=E8=87=B4=E7=9A=84=E5=8A=A0?= =?UTF-8?q?=E5=AF=86=E7=BB=84=E4=BB=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf-ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf-ui/Dockerfile b/sf-ui/Dockerfile index 1460c79..1e69cbb 100644 --- a/sf-ui/Dockerfile +++ b/sf-ui/Dockerfile @@ -1,7 +1,7 @@ FROM node:24-alpine AS builder WORKDIR /app COPY . . - +ENV NODE_OPTIONS=--openssl-legacy-provider RUN npm install --registry=https://registry.npmmirror.com && npm run build:stage FROM registry.zsmarter.com/public/nginx:1.22.1