mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-28 07:01:31 +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
|
chown -R node:node /app/bin
|
||||||
|
|
||||||
|
cp /app/bin/synctex /app/bin/synctex-mount/synctex
|
||||||
|
|
||||||
exec runuser -u node -- "$@"
|
exec runuser -u node -- "$@"
|
||||||
|
|
Loading…
Reference in a new issue