From aeaa548df36ec191d891ad139aa3fefd0daeb135 Mon Sep 17 00:00:00 2001 From: akun <957746831@qq.com> Date: Tue, 9 Apr 2024 11:38:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= 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 2004e11..0a63bc2 100644 --- a/sf-ui/Dockerfile +++ b/sf-ui/Dockerfile @@ -2,6 +2,6 @@ FROM registry.zsmarter.com/public/nginx:1.22.1 COPY ./sf-ui/dist /app/nginx/html COPY ./sf-ui/nginx.conf /etc/nginx/nginx.conf RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories -RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone +