mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
set clsi home to tmp which fixed luatex bug
This commit is contained in:
parent
22a3225e70
commit
1fe4b894d5
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ if process.env["SANDBOXED_COMPILES"] == "true"
|
|||
docker:
|
||||
image: process.env["TEX_LIVE_DOCKER_IMAGE"]
|
||||
env:
|
||||
HOME: "/tmp"
|
||||
PATH: process.env["COMPILER_PATH"] or "/usr/local/texlive/2015/bin/x86_64-linux:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
user: "www-data"
|
||||
|
||||
|
|
Loading…
Reference in a new issue