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