A simple docker image to setup an environment to build document usually from this template.
- Volume:
/source
: source of the document (root of the repo).
Can be run like so once the image is generated to build a document:
docker run -v $(pwd):/source <image_id>