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