mirror of https://github.com/milvus-io/milvus.git
add milvus build environment docker-entrypoint.sh
Former-commit-id: de3e29691876adfae48a6b55b5dc2e4d7ee99b3epull/191/head
parent
8cdd0a8b0e
commit
577b67dd16
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$1" = 'start' ]; then
|
||||
tail -f /dev/null
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
|
Loading…
Reference in New Issue