mirror of
https://github.com/helm/helm.git
synced 2026-03-18 08:40:09 -04:00
Merge pull request #2406 from adamreese/fix/tiller-docker
fix(Dockerfile): only copy tiller binary in Dockerfile
This commit is contained in:
commit
2ff68ab091
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ FROM alpine:3.3
|
|||
|
||||
ENV HOME /tmp
|
||||
|
||||
COPY . /
|
||||
COPY tiller /tiller
|
||||
|
||||
EXPOSE 44134
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue