diff --git a/Dockerfile b/Dockerfile index d81934cf..3e9291a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ COPY --from=build /home/gradle/src/application/ ./ USER 65532 ARG VERSION=0.0.0 ENV APP_VERSION=${VERSION} -ENTRYPOINT ["java", "-XX:MaxRAMPercentage=75", "org.springframework.boot.loader.JarLauncher"] +ENTRYPOINT ["java", "-XX:MaxRAMPercentage=75", "org.springframework.boot.loader.launch.JarLauncher"]