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