go-ethereum/docker-compose.test.yml
2018-06-20 21:06:34 +07:00

11 lines
179 B
YAML

version: "3.4"
services:
sut:
build: .
volumes:
- "./docker/docker_tests.sh:/test/docker_tests.sh"
entrypoint:
- /bin/sh
- /test/docker_tests.sh