mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
14 lines
244 B
YAML
Executable File
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:
|