We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d16bf2c + dcce2f3 commit 4938a64Copy full SHA for 4938a64
1 file changed
utils/docker-zip-dir.sh
@@ -19,6 +19,6 @@ docker cp bref-export-zip:/opt/. "output/$LAYER_NAME"
19
20
cd "output/$LAYER_NAME"
21
22
-zip --quiet --recurse-paths "../$LAYER_NAME.zip" .
+zip --quiet --recurse-paths --symlinks "../$LAYER_NAME.zip" .
23
24
docker rm -f bref-export-zip
0 commit comments