Skip to content

Commit

Permalink
Build docker images from local dir
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Aug 25, 2016
1 parent ab99e83 commit bbc2ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi

for v in "$@" ; do
echo "Building docker image $tag:$v"
( cp /vagrant/build/builds/fabio-${v}_linux-amd64 fabio ; docker build -q -t ${tag}:${v} . )
( cp build/builds/fabio-${v}_linux-amd64 fabio ; docker build -q -t ${tag}:${v} . )
done

echo "Building docker image $tag"
Expand Down

0 comments on commit bbc2ce8

Please sign in to comment.