Commit 2ff68ab0 authored by Adam Reese's avatar Adam Reese Committed by GitHub

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

fix(Dockerfile): only copy tiller binary in Dockerfile
parents e8aa8d36 fabb7208
......@@ -16,7 +16,7 @@ FROM alpine:3.3
ENV HOME /tmp
COPY . /
COPY tiller /tiller
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