mirror of
https://github.com/bitnami/containers.git
synced 2026-02-28 07:27:31 +08:00
11 lines
169 B
Bash
Executable File
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 "node successfully initialized"
|
|
|
|
exec tini -- "$@"
|