Closed mbl-35 closed 1 year ago
Dockerfile parser should add the -R option to the bash command cp in order to be able to copy all content
-R
cp
example:
COPY src /tmp
actually produce cp: omitting directory 'src'
cp: omitting directory 'src'
v2.0.5
Functionality removed from process. closing
Dockerfile parser should add the
-R
option to the bash commandcp
in order to be able to copy all contentexample:
actually produce
cp: omitting directory 'src'
v2.0.5