Files
containers/bitnami/wildfly/11/rootfs/app-entrypoint.sh
Bitnami Bot 7538b1c819 11.0.0-r0 release
Update Wildfly to 11.0.0
2017-04-04 08:44:17 +00:00

14 lines
268 B
Bash
Executable File

#!/bin/bash -e
. /opt/bitnami/base/functions
. /opt/bitnami/base/helpers
print_welcome_page
check_for_updates &
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/init.sh" ]]; then
nami_initialize wildfly
info "Starting wildfly..."
fi
exec tini -- "$@"