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