Skip to content

Commit

Permalink
Merge pull request #68 from hairyhenderson/docker
Browse files Browse the repository at this point in the history
Adding Dockerfile
  • Loading branch information
hairyhenderson authored Sep 7, 2016
2 parents af1b6d9 + 519711a commit 2a71b00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM golang:onbuild

RUN mv /go/bin/app /go/bin/gomplate

ENTRYPOINT [ "gomplate" ]

CMD [ "--help" ]

0 comments on commit 2a71b00

Please sign in to comment.