This commit is contained in:
Nicola 2017-11-13 07:49:44 +00:00 committed by GitHub
commit 4200019949

View file

@ -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 /to ; cp -a /from/* ."