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

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