Input data for a AddFileInstruction or CopyFileInstruction.
Constructor and description |
---|
Dockerfile.File
(String src, String dest) |
Type Params | Return Type | Name and description |
---|---|---|
|
String |
getChown() Returns the ownership of the copied content. |
|
String |
getDest() Returns the destination path. |
|
String |
getSrc() Return the source path. |
|
File |
withChown(String chown) Specifies a given username, groupname, or UID/GID combination to request specific ownership of the copied content with the help of the --chown option. |