Files
kener/entrypoint.sh
2025-02-08 04:13:47 -05:00

8 lines
197 B
Bash

#!/bin/sh
set -e
# Automatically set PUBLIC_WHITE_LABEL based on WHITE_LABEL
export PUBLIC_WHITE_LABEL="${WHITE_LABEL}"
# Replace shell with the given command (from CMD or runtime args)
exec "$@"