aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/docker-compose.yml
blob: 2d7f0943cdc06d70c37d62e4dfed1101b56fc27a (plain) (blame)
1
2
3
4
5
6
7
version: '3'
services:
  test:
    image: "ubuntu:${DISTRO:-xenial}"
    volumes:
      - ../:/src
    command: /src/test/test.sh