mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #17374 from overleaf/jpa-cypress-docker
[web] start docker-compose based cypress in open-ct mode by default GitOrigin-RevId: 692965035206b59c9e942e7ed873f290c94daaec
This commit is contained in:
parent
5a8a0fb268
commit
95105d9f96
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ services:
|
|||
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||
working_dir: /overleaf/services/web
|
||||
entrypoint: npm
|
||||
command: run cypress:open-ct
|
||||
user: "${DOCKER_USER:-1000:1000}"
|
||||
environment:
|
||||
VERBOSE_LOGGING:
|
||||
|
|
Loading…
Reference in a new issue