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