mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #9156 from overleaf/ae-server-ce-cypress
Prevent Cypress binary download when building Server CE Docker image GitOrigin-RevId: 8438dabef844a7251192b76078e677f25b00c0d0
This commit is contained in:
parent
aa999d6f2f
commit
85e2ec0f8c
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ RUN echo "monorepo-server-ce,$MONOREPO_REVISION" > /var/www/revisions.txt
|
|||
|
||||
# Install npm dependencies
|
||||
# ------------------------
|
||||
ENV CYPRESS_INSTALL_BINARY=0
|
||||
RUN node genScript install | bash
|
||||
|
||||
# Compile
|
||||
|
|
Loading…
Reference in a new issue