Browse Source

copy synctex over to /app/bin/synctex-mount in entrypoint

Henry Oswald 6 years ago
parent
commit
052b5624d3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      services/clsi/entrypoint.sh

+ 2 - 0
services/clsi/entrypoint.sh

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