mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 20:47:22 +08:00
7 lines
89 B
Bash
Executable File
7 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
source $BITNAMI_PREFIX/bitnami-utils.sh
|
|
|
|
print_welcome_page
|
|
exec "$@"
|