entrypoint
Method
interface DockerfileStage { // ... omitted for brevity entrypoint(command: string[]): DockerfileStage;}Signature
method
entrypointAdds an ENTRYPOINT statement to a Dockerfile stage
entrypoint(command: string[]): DockerfileStageParameters
commandstring[]Returns
DockerfileStageApplies to
This method applies to the following types: