mirror of
https://github.com/gdiepen/docker-convenience-scripts.git
synced 2025-04-28 10:13:41 +01:00
Fix cp
This commit is contained in:
parent
23db7997b1
commit
04d818ca66
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ docker run --rm \
|
||||||
-t \
|
-t \
|
||||||
-v $1:/from \
|
-v $1:/from \
|
||||||
-v $2:/to \
|
-v $2:/to \
|
||||||
alpine ash -c "cd /to ; cp -a /from/* /from/.* ."
|
alpine ash -c "cd /from ; cp -av . /to"
|
||||||
|
|
Loading…
Add table
Reference in a new issue