6 references to AddDockerfile
Aspire.Hosting (1)
ContainerResourceBuilderExtensions.cs (1)
385/// 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 (2)
WithDockerfileTests.cs (2)
502builder.AddDockerfile("mycontainer", string.Empty) 530builder.AddDockerfile("mycontainer", "a/path/to/nowhere");
AzureContainerApps.AppHost (1)
Program.cs (1)
31builder.AddDockerfile("pythonapp", "AppWithDocker");
WithDockerfile.AppHost (1)
Program.cs (1)
10builder.AddDockerfile("mycontainer", "qots")