mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-03 19:45:01 +01:00
Fixes int tests
This commit is contained in:
@@ -7,12 +7,11 @@ services:
|
||||
environment:
|
||||
- DOZZLE_FILTER=name=dozzle
|
||||
build:
|
||||
context: ../
|
||||
context: ..
|
||||
integration:
|
||||
image: amir20/docker-alpine-puppeteer:edge
|
||||
command: npm it
|
||||
volumes:
|
||||
- ./:/app/
|
||||
build:
|
||||
context: .
|
||||
command: npm test
|
||||
environment:
|
||||
- BASE=http://dozzle:8080/
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user