mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 15:09:19 +08:00
node: series 7
This commit is contained in:
10
bitnami/node/7/rootfs/app-entrypoint.sh
Executable file
10
bitnami/node/7/rootfs/app-entrypoint.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash -e
|
||||
. /opt/bitnami/base/functions
|
||||
. /opt/bitnami/base/helpers
|
||||
|
||||
print_welcome_page
|
||||
check_for_updates &
|
||||
|
||||
nami_initialize node
|
||||
|
||||
exec tini -- "$@"
|
||||
Reference in New Issue
Block a user