Browse Source

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

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

+ 0 - 2
Dockerfile

@@ -22,8 +22,6 @@ 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