mirror of
https://github.com/bitnami/containers.git
synced 2026-02-25 07:37:32 +08:00
11 lines
115 B
Bash
Executable File
11 lines
115 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
. /opt/bitnami/base/functions
|
|
. /opt/bitnami/base/helpers
|
|
|
|
print_welcome_page
|
|
|
|
|
|
|
|
exec tini -- "$@"
|