Skip to content

Commit eead487

Browse files
feat: 修改 Dockerfile ,创建配置文件
1 parent 3be58b8 commit eead487

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ RUN apk add tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
8686
&& echo "Asia/Shanghai" > /etc/timezone \
8787
&& apk del tzdata
8888

89+
COPY conf/app.yml /etc/kubepi/app.yml
90+
8991
COPY vimrc.local /etc/vim
9092

9193
EXPOSE 80

conf/app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
certificate:
1111
certificateKey:
1212
db:
13-
path: /var/lib/kubepi/db/kubepi.db
13+
path: /var/lib/kubepi/db
1414
session:
1515
expires: 24
1616
jwt:

0 commit comments

Comments
 (0)