From 529738fcb3e08b40e6065dd8f2eb679d08e402a3 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 19 十二月 2023 12:14:06 +0800 Subject: [PATCH] 254,完善,编码回收记录业务数据到codeallcode表总 --- Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/Dockerfile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/Dockerfile b/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/Dockerfile index 8230a16..a2c8baa 100644 --- a/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/Dockerfile +++ b/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/Dockerfile @@ -12,4 +12,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