fix: wrap official LiteLLM entrypoint for ADC
This commit is contained in:
@@ -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 "$@"
|
||||
Reference in New Issue
Block a user