添加 Makefile,使用 acme.sh 自动更新证书

This commit is contained in:
deepzz0
2017-06-25 06:48:19 +08:00
parent 3992db49ba
commit 6cea283f86
3 changed files with 75 additions and 12 deletions

View File

@@ -1,8 +1,7 @@
FROM alpine
MAINTAINER deepzz <deepzz.qi@gmail.com>
RUN apk update
RUN apk add ca-certificates
RUN apk add --update --no-cache ca-certificates
ADD static/tzdata/Shanghai /etc/localtime
COPY . /eiblog