diff --git a/overleafserver/compose.yaml b/overleafserver/compose.yaml index f5ef52d..6a397eb 100644 --- a/overleafserver/compose.yaml +++ b/overleafserver/compose.yaml @@ -20,6 +20,8 @@ services: - /root/overleafserver/services/web/config/settings.defaults.js:/overleaf/services/web/config/settings.defaults.js # Fix launchpad - /root/overleafserver/launchpad.pug:/overleaf/services/web/modules/launchpad/app/views/launchpad.pug +# Fix latex shell escape + - /root/overleafserver/LatexRunner.js:/overleaf/services/clsi/app/js/LatexRunner.js ports: - 11001:80