Skip to content
Docs Try Aspire
Docs Try

withEntrypoint

Method
📦 Aspire.Hosting v13.2.0
interface ContainerResource {
// ... omitted for brevity
withEntrypoint(entrypoint: string): ContainerResource;
}

Signature

method withEntrypoint builder
Sets the container entrypoint
withEntrypoint(entrypoint: string): ContainerResource
entrypoint string
ContainerResource

Applies to

This method applies to the following types: