FF-1914: New docker plugin

This commit is contained in:
John Andrews
2024-11-04 10:40:00 +13:00
parent 383c531a76
commit e8c5da4eb2

View File

@@ -85,9 +85,11 @@ public class DockerExecute: Node
var result = args.Execute(new()
{
Command = command,
ArgumentList = arguments.ToArray()
Command = "docker",
ArgumentList = arguments.ToArray(),
Silent = false
});
if (AdditionalOutputs?.Any() == true)
{