nix/docker/vault: contents --> copyToRoot
This commit is contained in:
parent
88334fa721
commit
03d0572cae
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ let
|
|||
name = imageName;
|
||||
tag = imageVersion;
|
||||
|
||||
contents = pluginDrv;
|
||||
copyToRoot = pluginDrv;
|
||||
|
||||
# Using vault-bin because I want the vault UI.
|
||||
config.Entrypoint = [ "${vault}/bin/vault" "server" "-config" "/etc/vault/config.hcl" ];
|
||||
|
|
Loading…
Reference in a new issue