Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save meneguite/f75c75f6e71477c01442a4327898c345 to your computer and use it in GitHub Desktop.
Save meneguite/f75c75f6e71477c01442a4327898c345 to your computer and use it in GitHub Desktop.
version: "2"
services:
app:
build: ./config/docker/go
volumes:
- ./:/go/src/learning-go-lang
working_dir: /go/src/learning-go-lang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment