read settings file location from $SETTINGS
Some checks failed
Build and push nixos-based docker container / build (push) Failing after 4s

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

View File

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