This repository has been archived on 2024-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
vaultwarden-ldap/overlay/usr/local/bin/entrypoint.sh
Robert Kaussow 74028519df
All checks were successful
continuous-integration/drone/push Build is passing
add debugging output
2020-01-19 23:26:41 +01:00

7 lines
189 B
Bash
Executable File

#!/usr/bin/env sh
/usr/local/bin/gomplate -V -o /app/config.toml -f /etc/templates/config.toml.tmpl
/bin/cat /app/config.toml
exec env CONFIG_PATH=/app/config.toml /app/bitwarden_rs_ldap