1 reference to SetEntrypointAndCmd
Microsoft.NET.Build.Containers (1)
ImageBuilder.cs (1)
140internal void SetEntrypointAndCmd(string[] entrypoint, string[] cmd) => _baseImageConfig.SetEntrypointAndCmd(entrypoint, cmd);