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