mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
Automatic generation of documentation (#818)
* generate a detailed CLI help * generate a documentation site * new readme
This commit is contained in:
parent
235ab6653f
commit
62fea05e21
152 changed files with 9535 additions and 579 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:alpine3.8 as builder
|
||||
FROM golang:alpine3.9 as builder
|
||||
|
||||
RUN apk --update upgrade \
|
||||
&& apk --no-cache --no-progress add make git \
|
||||
|
|
@ -8,7 +8,7 @@ WORKDIR /go/src/github.com/xenolf/lego
|
|||
COPY . .
|
||||
RUN make build
|
||||
|
||||
FROM alpine:3.8
|
||||
FROM alpine:3.9
|
||||
RUN apk update && apk add --no-cache --virtual ca-certificates
|
||||
COPY --from=builder /go/src/github.com/xenolf/lego/dist/lego /usr/bin/lego
|
||||
ENTRYPOINT [ "/usr/bin/lego" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue