Merge pull request #2406 from adamreese/fix/tiller-docker

fix(Dockerfile): only copy tiller binary in Dockerfile
pull/2432/head
Adam Reese 8 years ago committed by GitHub
commit 2ff68ab091

@ -16,7 +16,7 @@ FROM alpine:3.3
ENV HOME /tmp
COPY . /
COPY tiller /tiller
EXPOSE 44134

Loading…
Cancel
Save