Skip to content

Commit 367a9a3

Browse files
authored
feat: update Java 21 base image entrypoint to launch modular Services code (#882)
Signed-off-by: Nathan Klick <[email protected]>
1 parent 65c5c6f commit 367a9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ubi8-init-java21/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [[ -n "${JAVA_HEAP_MAX}" ]]; then
4141
fi
4242

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

4646
# Setup Classpath
4747
JCP_OVERRIDDEN="false"

0 commit comments

Comments
 (0)