]> git.r.bdr.sh - rbdr/dasein/blob - test/docker-compose-ci.yml
Initial Setup (#1)
[rbdr/dasein] / test / docker-compose-ci.yml
1 version: '2'
2
3 services:
4 dasein:
5 build: .
6 image: rbdr/dasein
7 entrypoint:
8 - 'node'
9 - 'node_modules/.bin/eslint'
10 - '.'
11 - '--max-warnings'
12 - '0'