本站源代码
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
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