7 references to Entrypoint
Aspire.Hosting.JavaScript (1)
JavaScriptHostingExtensions.cs (1)
241
.
Entrypoint
([resource.Command, scriptPath]);
Aspire.Hosting.Python (6)
PythonAppResourceBuilderExtensions.cs (6)
616
runtimeBuilder.
Entrypoint
(["python", entrypoint]);
619
runtimeBuilder.
Entrypoint
(["python", "-m", entrypoint]);
622
runtimeBuilder.
Entrypoint
([entrypoint]);
716
stage.
Entrypoint
(["python", entrypoint]);
719
stage.
Entrypoint
(["python", "-m", entrypoint]);
722
stage.
Entrypoint
([entrypoint]);