28 lines
270 B
Plaintext
28 lines
270 B
Plaintext
|
==================
|
||
|
No param
|
||
|
==================
|
||
|
|
||
|
COPY /src ./dst
|
||
|
|
||
|
---
|
||
|
|
||
|
(source_file
|
||
|
(copy_instruction
|
||
|
(path)
|
||
|
(path)))
|
||
|
|
||
|
==================
|
||
|
With param
|
||
|
==================
|
||
|
|
||
|
COPY --chown=a:b /src ./dst
|
||
|
|
||
|
---
|
||
|
|
||
|
(source_file
|
||
|
(copy_instruction
|
||
|
(param)
|
||
|
(path)
|
||
|
(path)))
|
||
|
|