matrix-webhook/test.yml

13 lines
177 B
YAML
Raw Normal View History

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