We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16bf2c commit dcce2f3Copy full SHA for dcce2f3
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