19 references to Entrypoint
Aspire.Hosting (1)
Ats\DockerfileBuilderExports.cs (1)
129
return stage.
Entrypoint
(command);
Aspire.Hosting.Blazor (1)
BlazorGatewayExtensions.cs (1)
67
.
Entrypoint
(["dotnet", "Gateway.dll"]);
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
284
.
Entrypoint
([$"/app/{ctx.Resource.Name}"]);
Aspire.Hosting.Java (1)
JavaDockerfileGenerator.cs (1)
213
.
Entrypoint
(["java", "-jar", applicationJarPath]);
Aspire.Hosting.JavaScript (8)
JavaScriptHostingExtensions.cs (8)
256
.
Entrypoint
([resource.Command, scriptPath]);
661
.
Entrypoint
([resource.Command, scriptPath]);
1021
runtimeStage.
Entrypoint
(BuildDenoEntrypoint(dockerfileContext.Resource, resource.Command, scriptPath));
1741
.
Entrypoint
(["dotnet", "/app/yarp.dll"]);
1755
.
Entrypoint
(["node", NormalizeRelativePath(publishMode.EntryPoint!)]);
1805
denoRuntimeStage.
Entrypoint
(BuildDenoPackageScriptEntrypoint(
1862
.
Entrypoint
(["sh", "-c", $"exec {runCommand}"]);
1881
.
Entrypoint
(["node", "server.js"]);
Aspire.Hosting.Python (6)
PythonAppResourceBuilderExtensions.cs (6)
622
runtimeBuilder.
Entrypoint
(["python", entrypoint]);
625
runtimeBuilder.
Entrypoint
(["python", "-m", entrypoint]);
628
runtimeBuilder.
Entrypoint
([entrypoint]);
722
stage.
Entrypoint
(["python", entrypoint]);
725
stage.
Entrypoint
(["python", "-m", entrypoint]);
728
stage.
Entrypoint
([entrypoint]);
Aspire.Hosting.Rust (1)
RustDockerfileGenerator.cs (1)
165
.
Entrypoint
([$"/app/{target.Name}"]);