Keep soft link to save docker image size (#6124)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/6128/head
Cai Yudong 2021-06-25 18:10:09 +08:00 committed by GitHub
parent 384f440dbf
commit 1d9c10bead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: