在Dockerfile
文件加入
# 设置环境变量
ENV TZ=Asia/Shanghai
# 设置时区
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
原文地址:http://www.fidding.me/article/51
happy coding!
在Dockerfile
文件加入
# 设置环境变量
ENV TZ=Asia/Shanghai
# 设置时区
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
原文地址:http://www.fidding.me/article/51
happy coding!