mirror of
https://github.com/gdiepen/docker-convenience-scripts.git
synced 2025-01-18 01:58:54 +00:00
Fix cp
This commit is contained in:
parent
23db7997b1
commit
04d818ca66
@ -47,4 +47,4 @@ docker run --rm \
|
||||
-t \
|
||||
-v $1:/from \
|
||||
-v $2:/to \
|
||||
alpine ash -c "cd /to ; cp -a /from/* /from/.* ."
|
||||
alpine ash -c "cd /from ; cp -av . /to"
|
||||
|
Loading…
Reference in New Issue
Block a user