TIMEZONE - andreydiveev/wiki GitHub Wiki

Set default timezone in Dockerfile:

ENV TZ=UTC
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone