Fix Dockerfile

This commit is contained in:
Ian Kent 2014-11-23 15:56:18 +00:00
parent 5bfba232e6
commit bb46bac58f

View file

@ -6,6 +6,6 @@ EXPOSE 8025
RUN apt-get update -qq
RUN apt-get install -qqy ca-certificates
ADD Go-MailHog /tmp/
ADD MailHog /tmp/
CMD ["./tmp/Go-MailHog"]
CMD ["./tmp/MailHog"]