fix: wrap official LiteLLM entrypoint for ADC

This commit is contained in:
Codex
2026-07-22 00:40:31 -07:00
parent 4ac58e587f
commit 6a9647a3c4
4 changed files with 19 additions and 16 deletions
@@ -0,0 +1,7 @@
#!/bin/sh
set -eu
umask 077
printf '%s' "${GOOGLE_ADC_B64}" | base64 -d > "${GOOGLE_APPLICATION_CREDENTIALS}"
exec /app/docker/prod_entrypoint.sh "$@"