Allow selecting a TeX Live image for a project

This commit is contained in:
yu-i-i
2024-12-06 12:45:15 +01:00
parent 99ceadb8e1
commit b8805e8b3c
4 changed files with 13 additions and 12 deletions

View File

@@ -496,13 +496,7 @@ if (process.env.SANDBOXED_COMPILES === 'true') {
dockerRunner: true,
docker: {
image: process.env.TEX_LIVE_DOCKER_IMAGE,
env: {
HOME: '/tmp',
PATH:
process.env.COMPILER_PATH ||
'/usr/local/bin:/usr/bin:/bin',
},
user: 'www-data',
user: process.env.TEX_LIVE_DOCKER_USER || 'www-data',
}
}