Skip to content
Docs Try Aspire
Docs Try

entrypoint

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

Signature

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

Applies to

This method applies to the following types: