Refactor Sandboxed Compiles

This commit is contained in:
yu-i-i
2025-05-13 17:13:27 +02:00
parent f0100f6b3d
commit 7ddcc0da61
4 changed files with 24 additions and 39 deletions

View File

@@ -139,7 +139,7 @@ if ((process.env.DOCKER_RUNNER || process.env.SANDBOXED_COMPILES) === 'true') {
CLSI: 1,
},
socketPath: '/var/run/docker.sock',
user: process.env.TEXLIVE_IMAGE_USER || 'tex',
user: process.env.TEXLIVE_IMAGE_USER || 'www-data',
},
optimiseInDocker: true,
expireProjectAfterIdleMs: 24 * 60 * 60 * 1000,