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