Skip to content
DocsTry Aspire
DocsTry

entrypoint

Method
📦 Aspire.Hosting v13.4.0
interface DockerfileStage {
// ... omitted for brevity
entrypoint(command: string[]): DockerfileStage;
}

Signature

methodentrypoint
Adds an ENTRYPOINT statement to a Dockerfile stage
entrypoint(command: string[]): DockerfileStage
commandstring[]
DockerfileStage

Applies to

This method applies to the following types: