rm /etc/localtime && ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
도커 환경에서는 timedatectl을 이용할 수 없다. 그래서 이렇게 변경해 준다.
rm /etc/localtime && ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
도커 환경에서는 timedatectl을 이용할 수 없다. 그래서 이렇게 변경해 준다.