Skip to content

Instantly share code, notes, and snippets.

@mskoroglu
Created October 26, 2017 08:52
Show Gist options
  • Save mskoroglu/4cef04776de8706df460838a1e9cc596 to your computer and use it in GitHub Desktop.
Save mskoroglu/4cef04776de8706df460838a1e9cc596 to your computer and use it in GitHub Desktop.
Dockerfile | Timezone
RUN tz=Europe/Istanbul && cp -vf /usr/share/zoneinfo/$tz /etc/localtime && echo $tz | tee /etc/timezone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment