Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Created November 3, 2020 08:04
Show Gist options
  • Save dipeshhkc/36b95e736d748a98ee7f0184debf0d93 to your computer and use it in GitHub Desktop.
Save dipeshhkc/36b95e736d748a98ee7f0184debf0d93 to your computer and use it in GitHub Desktop.
FROM golang:alpine
WORKDIR /golang-docker
ADD . .
RUN go mod download
ENTRYPOINT go build && ./golang-docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment