mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 23:01:34 +00:00
Merge pull request #153 from overleaf/ho-remove-install-texlive-startup
copy synctex over to /app/bin/synctex-mount in entrypoint
This commit is contained in:
commit
c43731a4bb
1 changed files with 2 additions and 0 deletions
|
@ -21,4 +21,6 @@ chown -R node:node /app
|
|||
|
||||
chown -R node:node /app/bin
|
||||
|
||||
cp /app/bin/synctex /app/bin/synctex-mount/synctex
|
||||
|
||||
exec runuser -u node -- "$@"
|
||||
|
|
Loading…
Reference in a new issue