mirror of
https://github.com/helm/helm.git
synced 2026-03-14 22:53:51 -04:00
8 lines
58 B
Docker
8 lines
58 B
Docker
FROM alpine:3.3
|
|
|
|
COPY . /
|
|
|
|
EXPOSE 44134
|
|
|
|
CMD ["/tiller"]
|
|
|