feat(docker): 安装 tzdata 并设置 TZ=Asia/Shanghai 以让 Node.js 使用上海时区

This commit is contained in:
2025-08-02 09:56:38 +08:00
parent be59fa85de
commit 893fac1ff2
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -195,3 +195,5 @@ smtpServer.on('error', err => {
smtpServer.listen(smtpPort, () => {
logger.info(`SMTP server listening on port ${smtpPort}`);
});