MailHog/Dockerfile
2014-11-23 15:56:18 +00:00

11 lines
150 B
Docker

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