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