add milvus build environment docker-entrypoint.sh

Former-commit-id: de3e29691876adfae48a6b55b5dc2e4d7ee99b3e
pull/191/head
test 2019-10-16 22:32:06 +08:00
parent 8cdd0a8b0e
commit 577b67dd16
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#!/bin/bash
set -e
if [ "$1" = 'start' ]; then
tail -f /dev/null
fi
exec "$@"