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