mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +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:
|