diff --git a/local/containers.go b/local/containers.go index ce83d87ef..327a991e5 100644 --- a/local/containers.go +++ b/local/containers.go @@ -118,6 +118,7 @@ func (cs *containerService) Run(ctx context.Context, r containers.ContainerConfi containerConfig := &container.Config{ Image: r.Image, + Cmd: r.Command, Labels: r.Labels, Env: r.Environment, ExposedPorts: exposedPorts,