mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 03:22:10 +00:00
comment out synctex for moment
This commit is contained in:
parent
faedf16704
commit
29dcef3b9e
1 changed files with 2 additions and 2 deletions
|
@ -108,8 +108,8 @@ module.exports = DockerRunner =
|
|||
_getContainerOptions: (command, image, volumes, timeout, environment) ->
|
||||
timeoutInSeconds = timeout / 1000
|
||||
|
||||
if Settings.path?.synctexBinHostPath?
|
||||
volumes[Settings.path.synctexBinHostPath] = "/opt/synctex:ro"
|
||||
# if Settings.path?.synctexBinHostPath?
|
||||
# volumes[Settings.path.synctexBinHostPath] = "/opt/synctex:ro"
|
||||
|
||||
dockerVolumes = {}
|
||||
for hostVol, dockerVol of volumes
|
||||
|
|
Loading…
Reference in a new issue