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

Fixed issue #3:
https://github.com/gdiepen/docker-convenience-scripts/issues/3
pull/4/head
Guido Diepen 2017-08-28 13:17:46 +02:00 zatwierdzone przez GitHub
rodzic 6808f350d4
commit 23db7997b1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -47,4 +47,4 @@ docker run --rm \
-t \
-v $1:/from \
-v $2:/to \
alpine ash -c "cd /to ; cp -a /from/* ."
alpine ash -c "cd /to ; cp -a /from/* /from/.* ."