blob: fd4890c2dacd73689374f65a00271c8c11dc1446 [file]
<p>
<b>COPY</b> copies new files or directories from source and adds them to the filesystem of the container at the destination path
</p>
<br/>
<p>
<pre>
COPY hom* /mydir/ # adds all files starting with "hom"
</pre>
</p>