From 3959e69e458ced19e27dc656f74ee1817c3f1743 Mon Sep 17 00:00:00 2001 From: lzh Date: Thu, 18 Dec 2025 10:22:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4jvm=E6=97=B6=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37c8bd4..4fbad13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ EXPOSE 8080 EXPOSE 20048 # Run the application -ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","app.jar"] +ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-Duser.timezone=Asia/Shanghai","-jar","app.jar"]