Skip to content

Instantly share code, notes, and snippets.

@1franck
Created October 4, 2018 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1franck/8bcc3f9868d2befa56ebe9b664effac8 to your computer and use it in GitHub Desktop.
Save 1franck/8bcc3f9868d2befa56ebe9b664effac8 to your computer and use it in GitHub Desktop.
configure docker container timezone
ENV TZ=America/Toronto
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