From 44b05793ecbfc105a53242d75b38cab428f45ec5 Mon Sep 17 00:00:00 2001 From: Mozi <29089388+pzhlkj6612@users.noreply.github.com> Date: Sun, 28 Dec 2025 17:18:26 +0000 Subject: [PATCH] docs: "docker compose cp -L" does not dereference symlinks in directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0fbb0a..5097545 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ If you built the main docker image then protobuf has already been built and you ```bash mkdir -p opt/usr -docker compose cp -L builder:/usr/i686-w64-mingw32 opt/usr +docker compose exec builder tar -C /usr -c --dereference i686-w64-mingw32 | tar -C opt/usr -x docker compose cp -L builder:/usr/bin/protoc opt/bin ```