Commit 577b67dd authored by test's avatar test
Browse files

add milvus build environment docker-entrypoint.sh


Former-commit-id: de3e29691876adfae48a6b55b5dc2e4d7ee99b3e
parent 8cdd0a8b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
#!/bin/bash

set -e

if [ "$1" = 'start' ]; then
   tail -f /dev/null
fi

exec "$@"