mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-26 22:55:51 +08:00
fix:修复旧版本没有标识文档读写缓存失败的BUG
This commit is contained in:
@@ -84,6 +84,9 @@ WORKDIR /mindoc
|
||||
|
||||
COPY --from=0 /go/src/github.com/lifei6671/mindoc .
|
||||
|
||||
# 时区设置
|
||||
ENV TZ=Asia/Shanghai
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
ENV ZONEINFO=/mindoc/lib/time/zoneinfo.zip
|
||||
RUN chmod +x start.sh
|
||||
|
||||
Reference in New Issue
Block a user