git-secret/vendor/bats-core/docker-compose.yml
2021-05-04 13:01:41 +03:00

14 lines
244 B
YAML
Executable File

version: '3.6'
services:
bats:
build:
context: "."
dockerfile: "Dockerfile"
networks:
- "default"
user: "root"
volumes:
- "./:/opt/bats"
networks:
default: