From 52e81ee85d4c2a3fb9d3fcd70eae998272d48cd2 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 12 四月 2024 23:22:40 +0800 Subject: [PATCH] 集成相关代码修改 --- 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