Skip to content

Commit

Permalink
fix: Update JarLauncher class path
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfinnell authored and timveil committed Dec 10, 2023
1 parent 21d726f commit 87e119e
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 @@ -20,4 +20,4 @@ RUN mkdir -pv ./.cockroach-key

EXPOSE 9999

ENTRYPOINT ["java", "org.springframework.boot.loader.JarLauncher"]
ENTRYPOINT ["java", "org.springframework.boot.loader.launch.JarLauncher"]

0 comments on commit 87e119e

Please sign in to comment.