Created
November 3, 2020 08:04
-
-
Save dipeshhkc/36b95e736d748a98ee7f0184debf0d93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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