Skip to content

Commit

Permalink
feat: update Java 21 base image entrypoint to launch modular Services…
Browse files Browse the repository at this point in the history
… code (#882)

Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick authored Jun 12, 2024
1 parent 65c5c6f commit 367a9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubi8-init-java21/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [[ -n "${JAVA_HEAP_MAX}" ]]; then
fi

# Setup Main Class
[[ -z "${JAVA_MAIN_CLASS}" ]] && JAVA_MAIN_CLASS="com.swirlds.platform.Browser"
[[ -z "${JAVA_MAIN_CLASS}" ]] && JAVA_MAIN_CLASS="com.hedera.node.app.ServicesMain"

# Setup Classpath
JCP_OVERRIDDEN="false"
Expand Down

0 comments on commit 367a9a3

Please sign in to comment.