7 references to Entrypoint
Aspire.Hosting.JavaScript (1)
JavaScriptHostingExtensions.cs (1)
149
.
Entrypoint
([resource.Command, scriptPath]);
Aspire.Hosting.Python (6)
PythonAppResourceBuilderExtensions.cs (6)
587
runtimeBuilder.
Entrypoint
(["python", entrypoint]);
590
runtimeBuilder.
Entrypoint
(["python", "-m", entrypoint]);
593
runtimeBuilder.
Entrypoint
([entrypoint]);
663
stage.
Entrypoint
(["python", entrypoint]);
666
stage.
Entrypoint
(["python", "-m", entrypoint]);
669
stage.
Entrypoint
([entrypoint]);