add(docker): missing entrypoint.sh file

This commit is contained in:
Kyle Affolder
2025-02-08 04:13:47 -05:00
parent 13dec43ef3
commit ec7351272f

8
entrypoint.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/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 "$@"