Add this line to your Dockerfile – in this example we change the timezone to America/New_YorkÂ
RUN ln -snf /usr/share/zoneinfo/America/New_York /etc/localtime && echo "America/New_York" > /etc/timezone
Add this line to your Dockerfile – in this example we change the timezone to America/New_YorkÂ
RUN ln -snf /usr/share/zoneinfo/America/New_York /etc/localtime && echo "America/New_York" > /etc/timezone
Designed using Responsive Brix. Powered by WordPress.