mirror of https://github.com/helm/helm
parent
9281012d3c
commit
338dc6d4fe
@ -0,0 +1,3 @@
|
|||||||
|
.dockerignore
|
||||||
|
Dockerfile
|
||||||
|
Makefile
|
@ -0,0 +1,5 @@
|
|||||||
|
FROM ubuntu:14.04
|
||||||
|
|
||||||
|
ADD . /
|
||||||
|
|
||||||
|
CMD ["/tiller"]
|
Loading…
Reference in new issue