3 references to GetEntrypoint
Microsoft.NET.Build.Containers (3)
ContainerBuilder.cs (1)
124baseImageEntrypoint: imageBuilder.BaseImageConfig.GetEntrypoint(),
ImageConfig.cs (1)
61_newEntrypoint = GetEntrypoint();
Tasks\CreateNewImage.cs (1)
168(string[] entrypoint, string[] cmd) = DetermineEntrypointAndCmd(baseImageEntrypoint: imageBuilder.BaseImageConfig.GetEntrypoint());