Skip to content

Commit

Permalink
fix docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
hokie228 committed Feb 28, 2019
1 parent 734e285 commit c63fab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker-build
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ docker run \
--cidfile=cid \
-e VERSION=$VERSION \
-e SHA=$SHA \
-v $PWD:/go/src/github.com/etcd-io/zetcd:ro \
-w /go/src/github.com/etcd-io/zetcd \
-v $PWD:/go/src/github.com/TrustedKeep/zetcd:ro \
-w /go/src/github.com/TrustedKeep/zetcd \
golang:1.10.2-alpine \
/bin/sh -x -c scripts/release-binary

Expand Down

0 comments on commit c63fab4

Please sign in to comment.