Skip to content
Docs Try Aspire

ContainerResource.withEntrypoint

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

Signature

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

Defined on

This method is defined on the following type: