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

fix(Dockerfile): only copy tiller binary in Dockerfile
This commit is contained in:
Adam Reese 2017-05-11 10:13:07 -07:00 committed by GitHub
commit 2ff68ab091

View file

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