Skip to content

Commit 4938a64

Browse files
authored
Merge pull request #316 from brefphp/fix-certificate
Fix missing symlink for the certificates file
2 parents d16bf2c + dcce2f3 commit 4938a64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/docker-zip-dir.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ docker cp bref-export-zip:/opt/. "output/$LAYER_NAME"
1919

2020
cd "output/$LAYER_NAME"
2121

22-
zip --quiet --recurse-paths "../$LAYER_NAME.zip" .
22+
zip --quiet --recurse-paths --symlinks "../$LAYER_NAME.zip" .
2323

2424
docker rm -f bref-export-zip

0 commit comments

Comments
 (0)