aboutsummaryrefslogtreecommitdiff
path: root/test/docker-compose-ci.yml
blob: 37025584ae6c3389ca015c661acb48e56472d7be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: '2'

services:
  dasein:
    build: .
    image: rbdr/dasein
    entrypoint:
      - 'node'
      - 'node_modules/.bin/eslint'
      - '.'
      - '--max-warnings'
      - '0'