Change default work directory
Hi, when I was building my custom image, I wanted to add some biblatex files to TEXMFHOME. The problem is that in the base image TEXMFHOME is located at /data/tex, which means that when the cmd scripts mount a directory like this: -v "$PWD":/data, it will overwrite the contents of TEXMFHOME.
I suggest changing the workdir to something like /data/src, so that TEXMFHOME is undisturbed.
Sounds good, do you think changing the directory would have any unwanted consequences?
There is a significant fork of this at github.com/wmacevoy/latex-docker that uses /home for HOME. I think this fixes this problem. Since it is a significant fork, there are plenty of other consequences....