mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
8 lines
314 B
Docker
8 lines
314 B
Docker
|
FROM sharelatex/sharelatex:2.3.0
|
||
|
|
||
|
|
||
|
# Patch: Fixes NPE when invoking synctex (https://github.com/overleaf/overleaf/issues/756)
|
||
|
ADD check-clsi-setting-exists.patch /var/www/sharelatex/clsi/app/js/check-clsi-setting-exists.patch
|
||
|
RUN cd /var/www/sharelatex/clsi/app/js && \
|
||
|
patch < check-clsi-setting-exists.patch
|