Files
containers/bitnami/ruby/2.3/rootfs/app-entrypoint.sh
2017-03-16 11:09:02 +05:30

11 lines
169 B
Bash
Executable File

#!/bin/bash -e
. /opt/bitnami/base/functions
. /opt/bitnami/base/helpers
print_welcome_page
check_for_updates &
log "ruby successfully initialized"
exec tini -- "$@"