# Base docker image FROM golang:latest RUN go get github.com/mailhog/MailHog EXPOSE 1025 8025 ENTRYPOINT ["/go/bin/MailHog"]