Files
containers/bitnami/dreamfactory/2/rootfs/app-entrypoint.sh
2017-03-14 11:51:10 +01:00

14 lines
293 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 apache php dreamfactory
info "Starting dreamfactory..."
fi
exec tini -- "$@"