first commit
This commit is contained in:
7
server-ce/hotfix/2.3.1/Dockerfile
Normal file
7
server-ce/hotfix/2.3.1/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
Reference in New Issue
Block a user