Skip to content

Commit

Permalink
build: build docker files from dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Dec 21, 2017
1 parent 04c7a30 commit d072490
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 @@ -25,7 +25,7 @@ fi
for v in "$@" ; do
echo "Building docker image fabiolb/fabio:$v"
(
cp build/builds/fabio-${v/-*/}/fabio-${v}-linux_amd64 fabio
cp dist/linuxamd64/fabio fabio
docker build -q -t fabiolb/fabio:${v} .
)
docker tag fabiolb/fabio:$v magiconair/fabio:$v
Expand Down

0 comments on commit d072490

Please sign in to comment.