diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..78fb8f6b --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM alpine:3.5 + +RUN apk add --no-cache ca-certificates + +COPY ./helm-chart-publisher /helm-chart-publisher + +CMD ["/helm-chart-publisher", "-c", "/config.yaml"] +