Skip to content

Instantly share code, notes, and snippets.

@rust20
Created February 28, 2019 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rust20/66b54257353d5a4b87465faac2865376 to your computer and use it in GitHub Desktop.
Save rust20/66b54257353d5a4b87465faac2865376 to your computer and use it in GitHub Desktop.
FROM golang:latest
ADD . $GOWORKDIR
WORKDIR $GOWORKDIR
RUN go get ./...
ENTRYPOINT ["go", "run", "main.go"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment