matrix-webhook/test.yml

13 lines
177 B
YAML
Raw Normal View History

2021-06-17 01:23:25 +02:00
version: '3'
services:
tests:
2021-07-11 16:17:09 +02:00
build:
context: .
dockerfile: tests/Dockerfile
2021-07-13 10:28:40 +02:00
entrypoint: ""
2021-06-17 01:23:25 +02:00
env_file:
- tests/.env
2021-07-11 16:17:09 +02:00
volumes:
- ./:/app