Fixed Issue #3 (not copying dot files from source)

Fixed issue #3:
https://github.com/gdiepen/docker-convenience-scripts/issues/3
This commit is contained in:
Guido Diepen 2017-08-28 13:17:46 +02:00 committed by GitHub
parent 6808f350d4
commit 23db7997b1

View File

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