1 Star 0 Fork 0

whiten1ght / nps

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Dockerfile.nps 327 Bytes
Copy Edit Raw Blame History
ffdfgdfg authored 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/whiten1ght/nps.git
git@gitee.com:whiten1ght/nps.git
whiten1ght
nps
nps
master

Search