8714-devToTest #1547
|
@ -5,6 +5,13 @@ services:
|
|||
context: .
|
||||
dockerfile: ./Dockerfile.e2e
|
||||
network_mode: host
|
||||
e2e:
|
||||
image: registry.verdnatura.es/salix-frontend:${VERSION:?}
|
||||
command: npx cypress run
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile.e2e
|
||||
network_mode: host
|
||||
# db:
|
||||
# image: db
|
||||
# command: npx myt run -t --ci -d -n front_default
|
||||
|
@ -14,13 +21,7 @@ services:
|
|||
# network_mode: host
|
||||
# volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
e2e:
|
||||
image: registry.verdnatura.es/salix-frontend:${VERSION:?}
|
||||
command: npx cypress run
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile.e2e
|
||||
network_mode: host
|
||||
|
||||
# back:
|
||||
# image: back
|
||||
# build:
|
||||
|
|
Loading…
Reference in New Issue