Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
adding basic dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbafilho committed Mar 22, 2017
1 parent aa09622 commit 381c273
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 381c273

Please sign in to comment.