Skip to content

Commit

Permalink
Added alpine Mailhog simple image
Browse files Browse the repository at this point in the history
  • Loading branch information
real34 committed Apr 8, 2016
1 parent 6e2d569 commit a630144
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mailhog/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM golang:1.6-alpine

RUN apk add --no-cache --update git bzr
RUN go get github.com/mailhog/MailHog

EXPOSE 1025 8025

ENTRYPOINT ["/go/bin/MailHog"]

0 comments on commit a630144

Please sign in to comment.