Skip to content

Commit

Permalink
Allow to add JVM options to the loader in the Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
mir-am authored and proksch committed Sep 28, 2022
1 parent 8882c85 commit 774e1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/loader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ COPY target/lib lib
# having multiple .jars (e.g., *-sources.jar) breaks this cmd
COPY target/*.jar server.jar

ENTRYPOINT ["java", "-jar", "server.jar"]
ENTRYPOINT exec java $JAVA_OPTS -jar server.jar $0 $@

0 comments on commit 774e1e7

Please sign in to comment.