diff --git a/Dockerfile b/Dockerfile index 11a7fa3..0108938 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ COPY --from=builder /app/snapshot-dependencies/ ./ COPY --from=builder /app/spring-boot-loader/ ./ COPY --from=builder /app/application/ ./ COPY --from=cockroach /cockroach/ ./ -ENTRYPOINT ["java", "org.springframework.boot.loader.JarLauncher"] \ No newline at end of file +ENTRYPOINT ["java", "org.springframework.boot.loader.launch.JarLauncher"] \ No newline at end of file