mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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:
parent
388b768fd8
commit
9884cc8c76
1 changed files with 0 additions and 4 deletions
|
@ -20,10 +20,6 @@ ADD services/ /overleaf/services/
|
|||
ARG MONOREPO_REVISION
|
||||
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
|
||||
# ------------------------
|
||||
RUN node genScript install | bash
|
||||
|
|
Loading…
Reference in a new issue