Docker下配置时区

# Fix timezone issue
ENV TZ=Asia/Shanghai
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata