From 71e02880950b23521adfc3f6df9d6fbf90152e45 Mon Sep 17 00:00:00 2001 From: ls Date: Sat, 12 Oct 2024 10:38:13 +0800 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e57546..e14f3c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ EXPOSE 8080 #ADD ./src/main/resources/jeecg ./config/jeecg COPY --from=build /app/physical-launcher/target/physical-launcher-3.7.0.jar physical-launcher-3.7.0.jar -CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar physical-launcher-3.7.0.jar --spring.profiles.active=prod \ No newline at end of file +CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar physical-launcher-3.7.0.jar --spring.profiles.active=test \ No newline at end of file