提交 577b67dd 编写于 作者: T test

add milvus build environment docker-entrypoint.sh


Former-commit-id: de3e29691876adfae48a6b55b5dc2e4d7ee99b3e
上级 8cdd0a8b
#!/bin/bash
set -e
if [ "$1" = 'start' ]; then
tail -f /dev/null
fi
exec "$@"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册