Skip to content

Commit

Permalink
fix: fix docker packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Apr 20, 2024
1 parent 6f019ed commit ae5e316
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 @@ -50,5 +50,5 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then \
&& rm goodreads.zip; \
fi

ENTRYPOINT ["java", "org.springframework.boot.loader.JarLauncher", "--spring.config.additional-location=optional:file:/config/"]
ENTRYPOINT ["java", "org.springframework.boot.loader.launch.JarLauncher", "--spring.config.additional-location=optional:file:/config/"]
EXPOSE 11111

0 comments on commit ae5e316

Please sign in to comment.