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 27588a1d35

View File

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