new commands

This commit is contained in:
NyxErinys 2026-05-18 00:31:27 -05:00
parent d88aebcef2
commit 3f9936bcd4

View file

@ -8,7 +8,8 @@
{
name = "ubuntu";
image = "ubuntu:latest";
command = ["tail" "-f" "/dev/null"];
command = [ "sh" "-c" ];
args = [ "tail" "-f" "/dev/null" ]
}
];
};