mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 15:11:02 +00:00
9 lines
195 B
YAML
9 lines
195 B
YAML
version: '3'
|
|
|
|
services:
|
|
dev:
|
|
build: .
|
|
volumes:
|
|
- ./:/go/src/github.com/samber/lo
|
|
working_dir: /go/src/github.com/samber/lo
|
|
command: bash -c 'make tools ; make watch-test'
|