7 references to Entrypoint
Aspire.Hosting.JavaScript (1)
JavaScriptHostingExtensions.cs (1)
237
.
Entrypoint
([resource.Command, scriptPath]);
Aspire.Hosting.Python (6)
PythonAppResourceBuilderExtensions.cs (6)
635
runtimeBuilder.
Entrypoint
(["python", entrypoint]);
638
runtimeBuilder.
Entrypoint
(["python", "-m", entrypoint]);
641
runtimeBuilder.
Entrypoint
([entrypoint]);
735
stage.
Entrypoint
(["python", entrypoint]);
738
stage.
Entrypoint
(["python", "-m", entrypoint]);
741
stage.
Entrypoint
([entrypoint]);