Skip to content

Commit

Permalink
Try to make docker hub automated build work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Beier committed Nov 28, 2017
1 parent 890ef86 commit 18edc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG DOCKER_TAG=dev

RUN curl -qL https://github.com/Masterminds/glide/releases/download/v0.13.1/glide-v0.13.1-linux-amd64.tar.gz | tar xz

ADD . /go/src/github.com/flix-tech/kube-deployer
ADD docker /go/src/github.com/flix-tech/kube-deployer

WORKDIR /go/src/github.com/flix-tech/kube-deployer

Expand Down

0 comments on commit 18edc47

Please sign in to comment.