Example Dockerfile

This commit is contained in:
Ian Kent 2014-10-29 17:01:13 +00:00
parent 27cf35d185
commit cc747ec325

11
Dockerfile Normal file
View file

@ -0,0 +1,11 @@
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"]