# Later, I'll build a nginx server that listens on 82 to find out which HTTPS certs it
# should generate, and then calls Let'sEncrypt.

# Maybe Nginx with Lua HTTP handlers that calls out to Bash & certbot?

FROM alpine:3.7

# Stay alive forever.
CMD ["tail", "-f", "/dev/null"]

