fix(Dockerfile): only copy tiller binary in Dockerfile

parent 5c227bff
...@@ -16,7 +16,7 @@ FROM alpine:3.3 ...@@ -16,7 +16,7 @@ FROM alpine:3.3
ENV HOME /tmp ENV HOME /tmp
COPY . / COPY tiller /tiller
EXPOSE 44134 EXPOSE 44134
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment