giorginogreg / dreamtheatercms

A common place where bands and their fans stay in tune, together.
GNU General Public License v3.0
0 stars 0 forks source link

Add timezone #28

Open ggiorginoalmaviva opened 2 days ago

ggiorginoalmaviva commented 2 days ago

Add to Dockerfile: # TimeZone

RUN rm /etc/localtime RUN ln -s /usr/share/zoneinfo/Europe/Rome /etc/localtime && echo Europe/Rome > /etc/timezone