mirror of https://github.com/q191201771/lal.git
Merge branch 'master' of https://github.com/q191201771/lal
commit
82ae7c1fb5
@ -0,0 +1,9 @@
|
||||
FROM golang:1.16.4-buster as builder
|
||||
WORKDIR /go/src/github.com/q191201771/lal
|
||||
#ENV GOPROXY=https://goproxy.cn,direct
|
||||
COPY . .
|
||||
RUN make build_linux
|
||||
|
||||
FROM debian:stretch-slim
|
||||
COPY --from=builder /go/src/github.com/q191201771/lal/bin /lal/bin
|
||||
COPY --from=builder /go/src/github.com/q191201771/lal/conf /lal/conf
|
Loading…
Reference in New Issue