From e5fe9083462ed6c692dea2da46932e50d2f8c52a Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 08 十二月 2023 12:08:51 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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