blob: 21cd9948188fe570cff042bf5d139820bccffe41 [file]
version: '3.6'
services:
bats:
build:
context: "."
dockerfile: "Dockerfile"
networks:
- "default"
user: "root"
volumes:
- "./:/opt/bats"
networks:
default: