fix(Dockerfile): only copy tiller binary in Dockerfile

pull/2406/head
Adam Reese 7 years ago
parent 5c227bffbb
commit fabb7208ab
No known key found for this signature in database
GPG Key ID: 06F35E60A7A18DD6

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

Loading…
Cancel
Save