Merge pull request #15531 from overleaf/msm-sp-hotfix-4-1-6

[CE/SP] Hotfix 4.1.6

GitOrigin-RevId: dc023665d5e0868913eff2104de1acaf7038cb9f
This commit is contained in:
Miguel Serrano
2023-11-02 09:34:31 +01:00
committed by Copybot
parent d3adcff0f1
commit 9eb8743014
17 changed files with 477 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ ADD services/ /overleaf/services/
ARG MONOREPO_REVISION
RUN echo "monorepo-server-ce,$MONOREPO_REVISION" > /var/www/revisions.txt
# Add npm patches
# -----------------------
ADD patches/ /overleaf/patches
# Install npm dependencies
# ------------------------
ENV CYPRESS_INSTALL_BINARY=0