1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/vendor/github.com/samber/lo/docker-compose.yml
2022-10-09 08:31:14 -07:00

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