fix the doc error in the build directory (#8051)

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
pull/8053/head
JackLCL 2021-09-16 14:51:48 +08:00 committed by GitHub
parent 1fd0e79add
commit 28bf5087f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ milvus_minio_1 /usr/bin/docker-entrypoint ... Up (healthy) 9000/tcp
milvus_pulsar_1 bin/pulsar standalone --no ... Up
```
`milvus_builder_1` is the docker of milvus dev, other containers are used as unit test dependencies. you can run compilation and unit inside the container, enter it:
`milvus_builder_1` is the docker of milvus dev, other containers are used as unit test dependencies. you can run compilation and unit test inside the container, enter it:
```shell
docker exec -ti milvus_builder_1 bash