Skip to content

Instantly share code, notes, and snippets.

@JuryA
Last active August 29, 2015 14:23
Show Gist options
  • Save JuryA/9f53d56d192ee31b5a06 to your computer and use it in GitHub Desktop.
Save JuryA/9f53d56d192ee31b5a06 to your computer and use it in GitHub Desktop.
Docker - Relocate timezone
# Relocate the timezone file
RUN mkdir -p /config/etc && mv /etc/timezone /config/etc/ && ln -s /config/etc/timezone /etc/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment