File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ RUN set -eux \
13
13
&& apk update \
14
14
&& apk add --no-cache tzdata bash
15
15
16
- VOLUME ["/conf" , "/app/logs" ]
16
+ # 由于部分环境不支持数据卷 VOLUME 关键字,故不再指定
17
+ # VOLUME ["/conf", "/app/logs"]
17
18
18
19
COPY docker-entrypoint.sh /usr/local/bin/
19
- RUN chmod +x /usr/local/bin/docker-entrypoint.sh
20
+ RUN chmod +x /usr/local/bin/docker-entrypoint.sh \
21
+ && mkdir /conf
20
22
21
23
ENTRYPOINT ["docker-entrypoint.sh" ]
22
24
Original file line number Diff line number Diff line change 48
48
'100022 ' => '读取文件内容失败: ' ,
49
49
'100023 ' => 'Github 返回的数据与预期不一致: ' ,
50
50
'100024 ' => '检测升级出错: ' ,
51
- '100025 ' => "见信好, 我们在 %s 发布了新版 FreeNom 续期工具 v%s,而你当前正在使用的版本为 v%s,你可以根据自己的实际需要决定是否升级到新版本。今次新版有以下更新或改进: \n\n" ,
51
+ '100025 ' => "我们在 %s 发布了新版 FreeNom 续期工具 v%s,而你当前正在使用的版本为 v%s,你可以根据自己的实际需要决定是否升级到新版本。今次新版有以下更新或改进: \n\n" ,
52
52
'100026 ' => '欲知更多信息,请访问: ' ,
53
53
'100027 ' => '(本消息针对同一个新版只会推送一次,如果你不想收到新版本通知,将 .env 文件中的 NEW_VERSION_DETECTION 的值设为 0 即可) ' ,
54
54
'100028 ' => '刚刚 ' ,
You can’t perform that action at this time.
0 commit comments