From 1d9c10beaded993109b3cd8fa056752f8f1b5ec2 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Fri, 25 Jun 2021 18:10:09 +0800 Subject: [PATCH] Keep soft link to save docker image size (#6124) Signed-off-by: yudong.cai --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59dd3c424b..ed19fc8996 100644 --- a/Makefile +++ b/Makefile @@ -133,7 +133,7 @@ docker: verifiers install: all @echo "Installing binary to './bin'" @mkdir -p $(GOPATH)/bin && cp -f $(PWD)/bin/milvus $(GOPATH)/bin/milvus - @mkdir -p $(LIBRARY_PATH) && cp -f $(PWD)/internal/core/output/lib/* $(LIBRARY_PATH) + @mkdir -p $(LIBRARY_PATH) && cp -P $(PWD)/internal/core/output/lib/* $(LIBRARY_PATH) @echo "Installation successful." clean: