matrix-webhook/test.yml
Guilhem Saurel 6633020fba clean tests
2021-07-13 11:41:16 +02:00

13 lines
177 B
YAML

version: '3'
services:
tests:
build:
context: .
dockerfile: tests/Dockerfile
entrypoint: ""
env_file:
- tests/.env
volumes:
- ./:/app