Added Dockerfile for go-micro (#959)
This commit is contained in:
parent
fb5b358ae2
commit
538d3752f9
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM golang:1.13-alpine
|
||||||
|
ENV GO111MODULE=on
|
||||||
|
RUN apk --no-cache add make git gcc libtool musl-dev
|
||||||
|
WORKDIR /
|
||||||
|
COPY go.mod .
|
||||||
|
COPY go.sum .
|
||||||
|
RUN go mod download
|
Loading…
Reference in New Issue
Block a user