Skip to main content

docker.file.copy

Description

Dockerfile COPY instructions

Fields

IDTYPEDESCRIPTION
src[]stringOptional source to copy file(s) from when not using the default build context
dststringThe destination in the image for the file(s)
chownstringOwnership of the file(s)
chmodstringOctal permissions of the file(s)

References