fix entrypoint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-01-19 00:51:59 +01:00
parent 51518e2c70
commit ec5a08056e
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
## Bitwarden_RS LDAP Configuration File
bitwarden_url = "{{ getenv "BITWARDENRS_LDAP_BITWARDEN_URL" }}"
bitwarden_admin_token = "{{ getenv "BITWARDENRS_LDAP_BITWARDEN_ADMIN_TOKEN" }}"
ldap_host = "{{ getenv "BITWARDENRS_LDAP_HOST" }}"

View File

@ -2,4 +2,4 @@
/usr/local/bin/gomplate -V -o /app/config.toml -f /etc/templates/config.toml.tmpl
exec CONFIG_PATH=/app/config.toml /app/bitwarden_rs_ldap
exec env -i CONFIG_PATH=/app/config.toml /app/bitwarden_rs_ldap