Robert Kaussow
74028519df
All checks were successful
continuous-integration/drone/push Build is passing
7 lines
189 B
Bash
Executable File
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
|