Skip to content

Commit

Permalink
feat: 修改 Dockerfile ,创建配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 committed Jan 4, 2023
1 parent 3be58b8 commit eead487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ RUN apk add tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone \
&& apk del tzdata

COPY conf/app.yml /etc/kubepi/app.yml

COPY vimrc.local /etc/vim

EXPOSE 80
Expand Down
2 changes: 1 addition & 1 deletion conf/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
certificate:
certificateKey:
db:
path: /var/lib/kubepi/db/kubepi.db
path: /var/lib/kubepi/db
session:
expires: 24
jwt:
Expand Down

0 comments on commit eead487

Please sign in to comment.