From 132de994b14da862c2ed8fb7bba1a62ff43b0044 Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Sun, 24 Aug 2025 12:43:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E5=85=B3=E7=9A=84docker=E6=97=B6?= =?UTF-8?q?=E5=8C=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 5e35cfe..7c8471f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,6 +70,8 @@ pipeline { --network sczx-net \ -p 8089:8089 \ -e JAVA_OPTS="-Xms128m -Xmx256m -Duser.timezone=Asia/Shanghai" \ + -e TZ=Asia/Shanghai \ + -v /etc/localtime:/etc/localtime:ro \ --memory="300m" \ --memory-swap="300m" \ --restart always \