Skip to content

Commit

Permalink
fix: updates Dockerfile ENTRYPOINT due to changed jarloader class path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelErpi committed Jan 15, 2024
1 parent e3553ae commit e0bffef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit e0bffef

Please sign in to comment.