From b539e95ed15ad66cc6a9e0a492a07bcfa067d348 Mon Sep 17 00:00:00 2001 From: zhoujun Date: Wed, 21 May 2025 03:14:08 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20sf-ui/Dockerfile?= 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 7994868..1e69cbb 100644 --- a/sf-ui/Dockerfile +++ b/sf-ui/Dockerfile @@ -7,7 +7,7 @@ RUN npm install --registry=https://registry.npmmirror.com && npm run build:stag FROM registry.zsmarter.com/public/nginx:1.22.1 COPY --from=builder /app/dist /app/nginx/html -COPY --from=builder /app/sf-ui/nginx.conf /etc/nginx/nginx.conf +COPY --from=builder /app/nginx.conf /etc/nginx/nginx.conf RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories