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