1 Star 0 Fork 196

lushan / nps

forked from Gitee 极速下载 / nps 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.nps 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
ffdfgdfg 提交于 2020-10-05 20:19 . bump golang to 1.14
FROM golang:1.14 as builder
ARG GOPROXY=direct
WORKDIR /go/src/ehang.io/nps
COPY . .
RUN go get -d -v ./...
RUN CGO_ENABLED=0 go build -ldflags="-w -s -extldflags -static" ./cmd/nps/nps.go
FROM scratch
COPY --from=builder /go/src/ehang.io/nps/nps /
COPY --from=builder /go/src/ehang.io/nps/web /web
VOLUME /conf
CMD ["/nps"]
1
https://gitee.com/xunfei_tech/nps.git
git@gitee.com:xunfei_tech/nps.git
xunfei_tech
nps
nps
master

搜索帮助