mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
d5dbca09df
Downgrade Cypress to 12.11.0 GitOrigin-RevId: ce94b1b8aed2fe738603fdc768ba6476e4fd8488
12 lines
308 B
YAML
12 lines
308 B
YAML
services:
|
|
cypress:
|
|
image: cypress/included:12.11.0
|
|
volumes:
|
|
- ../../:/overleaf
|
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
|
working_dir: /overleaf/services/web
|
|
entrypoint: npm
|
|
user: "${DOCKER_USER:-1000:1000}"
|
|
environment:
|
|
- "DISPLAY=${DISPLAY:-:0}"
|
|
# - "DEBUG=cypress.*"
|