Adding self as maintainer

This commit is contained in:
William Budington 2015-05-19 16:43:51 -07:00
parent 1b1763b011
commit 6a7e3438a9

View file

@ -3,6 +3,7 @@
# than e.g. debian:jessie and image size differences are negligible
FROM ubuntu:trusty
MAINTAINER Jakub Warmuz <jakub@warmuz.org>
MAINTAINER William Budington <bill@eff.org>
# Note: this only exposes the port to other docker containers. You
# still have to bind to 443@host at runtime, as per the ACME spec.