mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-12 11:15:00 +02:00
10 lines
191 B
YAML
10 lines
191 B
YAML
version: '3'
|
|
|
|
services:
|
|
dev:
|
|
image: golang:1.18-bullseye
|
|
volumes:
|
|
- ./:/go/src/github.com/samber/lo
|
|
working_dir: /go/src/github.com/samber/lo
|
|
command: make watch-test
|