Add TimeZone in the docker environment

This commit is contained in:
Sukchan Lee 2018-11-13 10:03:24 +09:00
parent 26f4081979
commit c711e788d2
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ services:
- home:/home/${USER}
- ${HOME}:/mnt
- /tmp/.X11-unix:/tmp/.X11-unix
- /etc/localtime:/etc/localtime:ro
hostname: nextepc-dev
user: ${USER}
entrypoint: /bin/bash -c "/bin/bash -c \"$${@}\""