fix: 调整jvm时区
All checks were successful
iot-test-platform CI/CD / build-and-deploy (push) Successful in 3s
All checks were successful
iot-test-platform CI/CD / build-and-deploy (push) Successful in 3s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user