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 ec5a08056e
All checks were successful
continuous-integration/drone/push Build is passing
fix entrypoint
2020-01-19 00:51:59 +01:00

6 lines
166 B
Bash
Executable File

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