Files
containers/bitnami/php-fpm/5.6/rootfs/app-entrypoint.sh
Bitnami Bot e0b75bf557 5.6.30-r4 release
Update image to version 5.6.30-r4
2017-05-05 15:45:46 +00:00

15 lines
261 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" == "/run.sh" ]]; then
nami_initialize php
info "Starting php... "
fi
exec tini -- "$@"