services: test-vr: build: context: . dockerfile: ./test-vr/playwright-ct.Dockerfile ports: - "9323:9323" command: > sh -c "npx playwright show-report /recharts/test-vr/playwright-report --host 0.0.0.0 --port 9323" volumes: - ./src:/recharts/src - ./test-vr:/recharts/test-vr