MailHog/Dockerfile
2014-10-29 17:01:13 +00:00

11 lines
156 B
Docker

FROM ubuntu:14.04
EXPOSE 1025
EXPOSE 8025
RUN apt-get update -qq
RUN apt-get install -qqy ca-certificates
ADD Go-MailHog /tmp/
CMD ["./tmp/Go-MailHog"]