copy
Method
interface DockerfileStage { // ... omitted for brevity copy( source: string, destination: string, chown?: string): DockerfileStage;}Signature
method
copyAdds a COPY statement to a Dockerfile stage
copy( source: string, destination: string, chown?: string): DockerfileStageParameters
sourcestringdestinationstringchownstringoptionalReturns
DockerfileStageApplies to
This method applies to the following types: