semicolon
This commit is contained in:
parent
3f9936bcd4
commit
42e8b079f0
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
name = "ubuntu";
|
name = "ubuntu";
|
||||||
image = "ubuntu:latest";
|
image = "ubuntu:latest";
|
||||||
command = [ "sh" "-c" ];
|
command = [ "sh" "-c" ];
|
||||||
args = [ "tail" "-f" "/dev/null" ]
|
args = [ "tail" "-f" "/dev/null" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue