From 430b59d0fe5593e96a1f56eb90b50e2d3f248b2e Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 29 十二月 2023 16:07:13 +0800
Subject: [PATCH] 本地日志读取创建、修改时间错误bug修改

---
 Source/UBCS/ubcs-auth/Dockerfile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS/ubcs-auth/Dockerfile b/Source/UBCS/ubcs-auth/Dockerfile
index 8c02fb0..8d42fc9 100644
--- a/Source/UBCS/ubcs-auth/Dockerfile
+++ b/Source/UBCS/ubcs-auth/Dockerfile
@@ -19,4 +19,4 @@
 
 ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/./urandom", "-jar", "app.jar"]
 
-CMD ["--spring.profiles.active=dev"]
+CMD ["--spring.profiles.active=prod"]

--
Gitblit v1.9.3