mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
0e09c25a97
Co-authored-by: Eric Mc Sween <eric.mcsween@overleaf.com> GitOrigin-RevId: 51e7149cf10475c229d6e7a9ae8cf5694002d27b
12 lines
307 B
YAML
12 lines
307 B
YAML
services:
|
|
cypress:
|
|
image: cypress/included:10.9.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.*"
|