react-code-dataset / recharts /docker-compose.yml
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
329 Bytes
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