mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 01:29:35 +02:00
Migrates the Overleaf monorepo package manager from npm (v11) to Yarn 4 (v4.9.1) using node-modules linker mode. GitOrigin-RevId: 50d32ab01955c15e29679eff9e9e9cfb897fab2d
19 lines
443 B
YAML
19 lines
443 B
YAML
services:
|
|
cypress:
|
|
build:
|
|
context: ../../dockerfiles/cypress
|
|
args:
|
|
- USER_UID
|
|
- USER_GID
|
|
volumes:
|
|
- ../../:/overleaf
|
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
|
- ${XAUTHORITY:-/dev/null}:/home/node/.Xauthority
|
|
working_dir: /overleaf/services/web
|
|
entrypoint: yarn
|
|
command: run cypress:open-ct
|
|
environment:
|
|
VERBOSE_LOGGING:
|
|
DISPLAY: ${DISPLAY:-:0}
|
|
# DEBUG: cypress.*
|