fix issue

This commit is contained in:
joy.zhou
2019-09-30 11:04:46 +08:00
parent e74b9facd1
commit a3fc611615
7 changed files with 31 additions and 19 deletions
-1
View File
@@ -1,7 +1,6 @@
FROM golang:1.12 as builder
WORKDIR /go/src/github.com/fhmq/hmq
COPY . .
COPY ./vendor .
RUN CGO_ENABLED=0 go build -o hmq -a -ldflags '-extldflags "-static"' .