mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-03 13:21:56 +02:00
10 lines
195 B
YAML
10 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'
|