Last active
July 26, 2019 10:25
-
-
Save mhemrg/1e2c425b42ad370e0d3ea6a8ea038d33 to your computer and use it in GitHub Desktop.
Tehran timezone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM liararepo/node-platform:10 | |
ENV TZ=Asia/Tehran | |
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment