mirror of https://github.com/helm/helm
parent
efdf5cd4ec
commit
df78765bf9
@ -0,0 +1,8 @@
|
||||
FROM alpine:3.3
|
||||
|
||||
COPY . /
|
||||
|
||||
EXPOSE 44134
|
||||
|
||||
CMD ["/tiller"]
|
||||
|
Loading…
Reference in new issue