git-secret/vendor/bats-core/docker-compose.yml

14 lines
244 B
YAML
Raw Normal View History

2021-05-03 12:43:04 +00:00
version: '3.6'
services:
bats:
build:
context: "."
dockerfile: "Dockerfile"
networks:
- "default"
user: "root"
volumes:
- "./:/opt/bats"
networks:
default: