mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #8927 from overleaf/ae-server-ce-npm-version
Remove npm v7 install from server-ce Dockerfile GitOrigin-RevId: be980547d134dc383518f4bd88165afbae7543d7
This commit is contained in:
@@ -20,10 +20,6 @@ ADD services/ /overleaf/services/
|
|||||||
ARG MONOREPO_REVISION
|
ARG MONOREPO_REVISION
|
||||||
RUN echo "monorepo-server-ce,$MONOREPO_REVISION" > /var/www/revisions.txt
|
RUN echo "monorepo-server-ce,$MONOREPO_REVISION" > /var/www/revisions.txt
|
||||||
|
|
||||||
# Upgrade npm for workspaces support
|
|
||||||
# ----------------------------------
|
|
||||||
RUN npm install -g npm@7.24.2
|
|
||||||
|
|
||||||
# Install npm dependencies
|
# Install npm dependencies
|
||||||
# ------------------------
|
# ------------------------
|
||||||
RUN node genScript install | bash
|
RUN node genScript install | bash
|
||||||
|
|||||||
Reference in New Issue
Block a user