5 references to AddDockerfile
Aspire.Hosting (1)
ContainerResourceBuilderExtensions.cs (1)
408/// When generating the manifest for deployment tools, the <see cref="AddDockerfile(IDistributedApplicationBuilder, string, string, string?, string?)"/>
Aspire.Hosting.Azure.Tests (1)
AzureContainerAppsTests.cs (1)
123builder.AddDockerfile("api", directory.FullName);
Aspire.Hosting.Containers.Tests (1)
WithDockerfileTests.cs (1)
501builder.AddDockerfile("mycontainer", string.Empty)
AzureContainerApps.AppHost (1)
Program.cs (1)
31builder.AddDockerfile("pythonapp", "AppWithDocker");
WithDockerfile.AppHost (1)
Program.cs (1)
10builder.AddDockerfile("mycontainer", "qots")