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