mirror of
https://github.com/gdiepen/docker-convenience-scripts.git
synced 2025-01-18 10:08:55 +00:00
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:
parent
6808f350d4
commit
23db7997b1
@ -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/.* ."
|
||||
|
Loading…
Reference in New Issue
Block a user