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:
Simon Detheridge 2020-03-11 12:17:57 +00:00 committed by GitHub
commit c43731a4bb

View file

@ -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 -- "$@"