Files
containers/bitnami/nginx/1.14/rhel-7/rootfs/app-entrypoint.sh
Bitnami Bot a13bd2fe4e 1.14.0-r1-rhel-7 release
Update image to version 1.14.0-r1
2018-05-08 10:16:43 +00:00

14 lines
243 B
Bash
Executable File

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