Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save meneguite/1bdb40888986c83e5f91737c08a185aa to your computer and use it in GitHub Desktop.
Save meneguite/1bdb40888986c83e5f91737c08a185aa to your computer and use it in GitHub Desktop.
version: "2"
services:
app:
image: golang:1.9-stretch
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