Skip to content
Docs Try Aspire
Docs Try

ContainerResource.withEntrypoint

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

Signature

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

Defined on

This method is defined on the following type: