i've read everything i can locate and waded thru hundreds of messages but have not found an answer to this particular question...
how deep does the COPY command go with wildcards?
take a structure like this...
templates/subSilver/file1.foo
templates/subSilver/admin/file2.foo
templates/subSilver/images/file3.foo
is it sufficient to just
copy templates/subSilver/*.* to templates/subSilver/*.*
and be done with it? will COPY traverse the internal directory structure and (re)create it as needed?


