Commit 0e5e1478 authored by test's avatar test
Browse files

add milvus build environment docker-entrypoint.sh


Former-commit-id: b5f5c5dfc97fd2a45c77b6fa89f2bc046bdd0fe4
parent 86e704e6
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 "$@"