mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
11 lines
179 B
YAML
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
|