Browse Source

Merge branch 'feature/tmr-group-1.0.0' of baishaojie/tmrgo into develop

xuyiping 1 year ago
parent
commit
d37002eee9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -22,6 +22,8 @@ owner="yiping.xu"
 
 WORKDIR /app/kpt-tmr
 
+ENV TZ=Asia/Shanghai
+
 RUN rm -f /etc/localtime \
 && ln -sv /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
 && echo "Asia/Shanghai" > /etc/timezone