Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Last active July 26, 2019 10:25
Show Gist options
  • Save mhemrg/1e2c425b42ad370e0d3ea6a8ea038d33 to your computer and use it in GitHub Desktop.
Save mhemrg/1e2c425b42ad370e0d3ea6a8ea038d33 to your computer and use it in GitHub Desktop.
Tehran timezone
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