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