From ae9481be17a38eea08e870fea5c198786408d467 Mon Sep 17 00:00:00 2001 From: Xinglu Yee <2520865+yixinglu@users.noreply.github.com> Date: Thu, 5 Sep 2019 13:02:51 +0800 Subject: [PATCH] Fix build script about image (#6) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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