mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Linked CLSI synctext to /opts/synctex (#118)
This commit is contained in:
parent
4b0ea96b55
commit
fe5cdef39c
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ RUN bash -c 'cd /var/www/sharelatex && source ./bin/install-services'
|
|||
RUN bash -c 'cd /var/www/sharelatex && source ./bin/compile-services'
|
||||
|
||||
|
||||
# Links CLSI sycntex to its default location
|
||||
# ------------------------------------------
|
||||
RUN ln -s /var/www/sharelatex/clsi/bin/synctex /opt/synctex
|
||||
|
||||
|
||||
# Change application ownership to www-data
|
||||
# ----------------------------------------
|
||||
RUN chown -R www-data:www-data /var/www/sharelatex;
|
||||
|
|
Loading…
Reference in a new issue