3 COPY files
David Schmenk edited this page 2023-03-19 13:54:15 -07:00
+COPY [-R] <SRCPATH>+ <DSTPATH>

Copy files to destination. Multiple sources can be specified as long as the destination is a directory. Wildcard filenames can be specified with ? matching any character and * matching any sequence of characters. = is shorthand for the destination being the current directory. Copies can be done recursively with the use of the -R option.