mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-08 00:29:04 +02:00
Linked CLSI synctext to /opts/synctex (#118)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user