We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be58b8 commit eead487Copy full SHA for eead487
Dockerfile
@@ -86,6 +86,8 @@ RUN apk add tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
86
&& echo "Asia/Shanghai" > /etc/timezone \
87
&& apk del tzdata
88
89
+COPY conf/app.yml /etc/kubepi/app.yml
90
+
91
COPY vimrc.local /etc/vim
92
93
EXPOSE 80
conf/app.yml
@@ -10,7 +10,7 @@ spec:
10
certificate:
11
certificateKey:
12
db:
13
- path: /var/lib/kubepi/db/kubepi.db
+ path: /var/lib/kubepi/db
14
session:
15
expires: 24
16
jwt:
0 commit comments