提交 0e5e1478 编写于 作者: T test

add milvus build environment docker-entrypoint.sh


Former-commit-id: b5f5c5dfc97fd2a45c77b6fa89f2bc046bdd0fe4
上级 86e704e6
#!/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.
先完成此消息的编辑!
想要评论请 注册