Docker Dotenv
Today, I was preparing a [Docker](https://www.docker.com) container for production release and found managing environment variables was a bit of a pain. As a ruby developer it's natural to me to use [12factor](https://12factor.net/config) methodology for my environment so I ...