From f9d3a9d4eef4b49f850c90743ff09c123cb04745 Mon Sep 17 00:00:00 2001 From: seahi Date: Wed, 17 Dec 2025 12:58:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=B6=E5=8C=BA=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9936f56..316fda7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,7 @@ ARG BUGGY=false # 设置时区 RUN apk add --no-cache tzdata && \ cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \ - echo "Asia/Shanghai" > /etc/timezone && \ - apk del tzdata + echo "Asia/Shanghai" > /etc/timezone ENV TZ=Asia/Shanghai \ APP_VERSION=${APP_VERSION} \