mirror of
https://github.com/fhmq/hmq.git
synced 2026-05-04 07:08:32 +00:00
update
This commit is contained in:
@@ -2,7 +2,7 @@ FROM golang:1.12 as builder
|
|||||||
WORKDIR /go/src/github.com/fhmq/hmq
|
WORKDIR /go/src/github.com/fhmq/hmq
|
||||||
COPY . .
|
COPY . .
|
||||||
COPY ./vendor .
|
COPY ./vendor .
|
||||||
RUN CGO_ENABLED=0 go build -o thing_model -a -ldflags '-extldflags "-static"' .
|
RUN CGO_ENABLED=0 go build -o hmq -a -ldflags '-extldflags "-static"' .
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.8
|
FROM alpine:3.8
|
||||||
|
|||||||
Reference in New Issue
Block a user