Merge branch 'master' of github.com:mailhog/MailHog

This commit is contained in:
Ian Kent 2014-12-31 12:52:50 +00:00
commit 1f6bac913b

View file

@ -1,11 +1,7 @@
FROM ubuntu:14.04 FROM golang:1.4
EXPOSE 1025 RUN go get github.com/mailhog/MailHog
EXPOSE 8025
RUN apt-get update -qq EXPOSE 1025 8025
RUN apt-get install -qqy ca-certificates
ADD MailHog /tmp/ ENTRYPOINT ["/go/bin/MailHog"]
CMD ["./tmp/MailHog"]