修改sis模块时区问题
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 12m9s

This commit is contained in:
15683799673
2025-08-28 20:16:35 +08:00
parent feb16fc4b7
commit 0233dad442

View File

@@ -11,7 +11,7 @@ RUN mkdir -p /smartparks/Sis/logs \
WORKDIR /ruoyi/sis
ENV SERVER_PORT=10002 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS=""
ENV SERVER_PORT=10002 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS="-Duser.timezone=Asia/Shanghai"
EXPOSE ${SERVER_PORT}