$ rm /etc/localtime
$ ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime
If you use docker container, then you can do like the following line.
===================== Dockerfile ========================
RUN rm /etc/localtime
RUN ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime
=========================================================
댓글 없음:
댓글 쓰기