version: '3.8'

services:

  unit-lint:
    build:
      context: .
      target: unit-lint
    volumes:
      - .:/var/app


