diff --git a/build.sh b/build.sh index 140da1d..479578e 100755 --- a/build.sh +++ b/build.sh @@ -6,5 +6,5 @@ docker run --rm -ti \ --security-opt seccomp=unconfined \ -v "$1":/home/nebula \ --name nebula \ - nebula-dev:$TAG \ + vesoft/nebula-dev:$TAG \ bash