add bash for troubleshooting
This commit is contained in:
parent
57eb8d23c6
commit
35456576f4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
imageFile = pkgs.dockerTools.buildLayeredImage {
|
||||
name = "my-zwave-js-ui";
|
||||
tag = "latest";
|
||||
contents = [ pkgs.cacert ];
|
||||
contents = [ pkgs.cacert pkgs.bashInteractive ];
|
||||
config.Cmd = [ "${inputs.self.packages.${pkgs.stdenv.system}.zwave-js-ui}/bin/zwave-js-ui" ];
|
||||
};
|
||||
volumes = [ "zwave-config:/usr/src/app/store" ];
|
||||
|
|
Loading…
Reference in a new issue