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