mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-08 07:42:27 +08:00
chage base image to alpine
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM ubuntu:trusty
|
||||
FROM alpine
|
||||
MAINTAINER deepzz <deepzz.qi@gmail.com>
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y ca-certificates
|
||||
RUN apk update
|
||||
RUN apk add ca-certificates
|
||||
|
||||
COPY . /eiblog
|
||||
EXPOSE 9000
|
||||
|
||||
@@ -51,7 +51,7 @@ mode:
|
||||
certfile: conf/certs/domain.pem
|
||||
keyfile: conf/certs/domain.key
|
||||
domain: deepzz.com
|
||||
# twitter地址: //twitter.com/chenqijing2
|
||||
# twitter地址: twitter.com/chenqijing2
|
||||
twitter: twitter.com/chenqijing2
|
||||
# 以下数据初始化用,可在后台修改
|
||||
account:
|
||||
|
||||
Reference in New Issue
Block a user