read settings file location from $SETTINGS
All checks were successful
Build and push nixos-based docker container / build (push) Successful in 14s
All checks were successful
Build and push nixos-based docker container / build (push) Successful in 14s
This commit is contained in:
parent
a8697f41da
commit
27588a1d35
|
@ -11,7 +11,7 @@ entrypoint = pkgs.writeShellApplication {
|
|||
];
|
||||
|
||||
text = ''
|
||||
node-red
|
||||
node-red -u "''${DATA-/data}" -s "''${SETTINGS-/data/settings.js}"
|
||||
'';
|
||||
};
|
||||
in pkgs.dockerTools.streamLayeredImage {
|
||||
|
|
Loading…
Reference in New Issue
Block a user