env
Method
interface DockerfileStage { // ... omitted for brevity env( name: string, value: string): DockerfileStage;}Signature
method
env Adds an ENV statement to a Dockerfile stage
env( name: string, value: string): DockerfileStageParameters
name string value string Returns
DockerfileStage Applies to
This method applies to the following types: