Skip to content

Commit c0793c5

Browse files
author
Will Fleming
committed
tweak script
1 parent fc85fac commit c0793c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ BUILD_SCRIPT="cd /src && "\
1414

1515
docker run -v "$SRC_ROOT:/src" yunspace/alpine-golang /bin/sh -c "$BUILD_SCRIPT"
1616

17-
docker build -t $IMAGE_TAG $SRC_ROOT
17+
docker build -t "$IMAGE_TAG" "$SRC_ROOT"

0 commit comments

Comments
 (0)