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.
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.