trying again

This commit is contained in:
NyxErinys 2026-05-18 00:47:23 -05:00
parent 42e8b079f0
commit bcc1de8504

View file

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