read settings file location from $SETTINGS
All checks were successful
Build and push nixos-based docker container / build (push) Successful in 14s

This commit is contained in:
James Andariese 2024-08-04 01:34:18 -05:00
parent a8697f41da
commit bcf055629d

View File

@ -11,7 +11,7 @@ entrypoint = pkgs.writeShellApplication {
];
text = ''
node-red
node-red --settings "''${SETTINGS-/config/settings.js}"
'';
};
in pkgs.dockerTools.streamLayeredImage {