This commit is contained in:
Harm Verhagen 2023-02-17 08:44:39 +01:00 committed by GitHub
commit 668becbe17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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