Skip to content
Snippets Groups Projects
Verified Commit 9c429486 authored by David Mehren's avatar David Mehren
Browse files

Update Dockerfile from upstream

parent 43fce599
Branches
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ RUN sed -iE "s/email@example.com/${login_text:-user}/g" /var/www/sharelatex/web/
# extend pdflatex with option shell-esacpe ( fix for closed overleaf/overleaf/issues/217 and overleaf/docker-image/issues/45 )
RUN sed -iE "s%-synctex=1\",%-synctex=1\", \"-shell-escape\",%g" /var/www/sharelatex/clsi/app/js/LatexRunner.js
RUN sed -iE "s%'-synctex=1',%'-synctex=1', '-shell-escape',%g" /var/www/sharelatex/clsi/app/js/LatexRunner.js
# Too much changes to do inline (>10 Lines).
COPY --from=src /src/ldap-overleaf-sl/sharelatex/settings.pug /var/www/sharelatex/web/app/views/user/
......@@ -49,7 +50,7 @@ COPY --from=src /src/ldap-overleaf-sl/sharelatex/admin-index.pug /var/www/sharel
RUN rm /var/www/sharelatex/web/app/views/admin/register.pug
### To remove comments entirly (bug https://github.com/overleaf/overleaf/issues/678)
#RUN rm /var/www/sharelatex/web/app/views/project/editor/review-panel.pug
RUN rm /var/www/sharelatex/web/app/views/project/editor/review-panel.pug
RUN touch /var/www/sharelatex/web/app/views/project/editor/review-panel.pug
# Update TeXLive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment