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