Skip to content

Instantly share code, notes, and snippets.

@flowerinthenight
Created September 20, 2017 06:41
Show Gist options
  • Save flowerinthenight/9935cfaf68d8de5b5da2d5c4b15b8d85 to your computer and use it in GitHub Desktop.
Save flowerinthenight/9935cfaf68d8de5b5da2d5c4b15b8d85 to your computer and use it in GitHub Desktop.
FROM golang:1.8.3-nanoserver
ADD . /go/src/demoapp
WORKDIR /go/src/demoapp
RUN go build -v
ENTRYPOINT ["/go/src/demoapp/demoapp"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment