wip
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
27588a1d35
commit
ec05051102
|
@ -6,11 +6,13 @@ entrypoint = pkgs.writeShellApplication {
|
|||
name = "entrypoint";
|
||||
|
||||
runtimeInputs = with pkgs; with nodePackages; [
|
||||
coreutils
|
||||
node-red
|
||||
#ungoogled-chromium
|
||||
];
|
||||
|
||||
text = ''
|
||||
sleep 120
|
||||
node-red -u "''${DATA-/data}" -s "''${SETTINGS-/data/settings.js}"
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user