mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-18 15:26:58 +00:00
14 lines
244 B
YAML
14 lines
244 B
YAML
version: '3.6'
|
|
services:
|
|
bats:
|
|
build:
|
|
context: "."
|
|
dockerfile: "Dockerfile"
|
|
networks:
|
|
- "default"
|
|
user: "root"
|
|
volumes:
|
|
- "./:/opt/bats"
|
|
networks:
|
|
default:
|