version: '3'
services:
build: &build
build: .
command: make build
volumes:
- .:/src
networks:
- ns
fmt:
<<: *build
command: make fmt
lint:
command: make lint
test:
command: make test