Fix pytest docker compose file error

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/4973/head^2
quicksilver 2021-03-25 19:38:16 +08:00 committed by yefu.chen
parent 85bc2a54f0
commit 2c302c40a8
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ version: '3.5'
services:
regression:
image: milvusdb/pytest:latest
build:
dockerfile: Dockerfile
volumes:
- ../..:/milvus-distributed:delegated
working_dir: "/milvus-distributed/tests/python_test"