5
0
Fork 0

Updated dockerfile to include backend-protobuf

pull/6/head
Daniel Lim 2019-06-28 23:56:43 +08:00
parent de78442f6a
commit f7d9197940
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ RUN apk add --no-cache git=2.20.1-r0
WORKDIR /src
COPY go.mod go.sum .env *.go iceservers.txt ./
COPY backend-protobuf/go ./backend-protobuf/go
RUN go get -d -v ./...
RUN CGO_ENABLED=0 go build -ldflags "-s -w"