copyFrom
Method
interface DockerfileStage { // ... omitted for brevity copyFrom( from: string, source: string, destination: string, chown?: string): DockerfileStage;}Signature
method
copyFrom Adds a COPY --from statement to a Dockerfile stage
copyFrom( from: string, source: string, destination: string, chown?: string): DockerfileStageParameters
from string source string destination string chown string optional Returns
DockerfileStage Applies to
This method applies to the following types: