milvus/docker/deploy/ubuntu16.04/docker-entrypoint.sh
test 7e2f364596 add ci
Former-commit-id: 6ba5e9408d396d55b15d2ff1d82407e4b7169af9
2019-10-16 21:20:21 +08:00

11 lines
113 B
Bash
Executable File

#!/bin/bash
set -e
if [ "$1" == 'start' ]; then
cd /opt/milvus/scripts && ./start_server.sh
fi
exec "$@"