本站源代码
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

11 lines
264B

  1. FROM golang:1.12-alpine3.9 as builder
  2. WORKDIR /go/src/github.com/pelletier/go-toml
  3. COPY . .
  4. ENV CGO_ENABLED=0
  5. ENV GOOS=linux
  6. RUN go install ./...
  7. FROM scratch
  8. COPY --from=builder /go/bin/tomll /usr/bin/tomll
  9. COPY --from=builder /go/bin/tomljson /usr/bin/tomljson
上海开阖软件有限公司 沪ICP备12045867号-1