From e18177b8a9a267e53f424053dde1af0f19883eae Mon Sep 17 00:00:00 2001 From: liaozan Date: Sun, 13 Feb 2022 17:15:01 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 99eecf5..3c69191 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ ENV JVM_OPTS='\ -XX:+PrintCommandLineFlags \ ${JAVA_OPTS}' -ENTRYPOINT java ${JVM_OPTS} org.springframework.boot.loader.JarLauncher --spring.profiles.active=${PROFILE} \ No newline at end of file +ENTRYPOINT exec java ${JVM_OPTS} org.springframework.boot.loader.JarLauncher --spring.profiles.active=${PROFILE} \ No newline at end of file -- GitLab