mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 07:18:22 +08:00
6 lines
176 B
Plaintext
Executable File
6 lines
176 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
set -e
|
|
source $BITNAMI_PREFIX/bitnami-utils.sh
|
|
|
|
exec s6-setuidgid $BITNAMI_APP_USER tail -f -n 1000 $BITNAMI_APP_VOL_PREFIX/logs/*.log 2>/dev/null
|