Browse Source

Timestamp for www is Central

www
Fernando Alegre 8 months ago
parent
commit
179d62b9f3
  1. 2
      debian/Containerfile

2
debian/Containerfile

@ -17,7 +17,7 @@ ONBUILD ENV BASH_ENV=/etc/environment
# We can't use timedatectl because systemd isn't available
# during the build process, so we have to set the timezone manually
ENV TZ=US/Eastern
ENV TZ=US/Central
RUN rm /etc/localtime && \
ln -s /usr/share/zoneinfo/$TZ /etc/localtime && \
echo $TZ > /etc/timezone

Loading…
Cancel
Save