Commit e18177b8 authored by liaozan's avatar liaozan 🏀

Update Dockerfile

parent 73e870fe
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment