7cca99f
1 2 3 4 5 6 7
version: '3' services: test: image: "ubuntu:${DISTRO:-xenial}" volumes: - ../:/src command: /src/test/test.sh