Update Dockerfile

This commit is contained in:
Alexandre
2021-11-18 21:19:41 +01:00
committed by GitHub
parent b7a647a26b
commit d4ca385334

View File

@@ -30,7 +30,7 @@ RUN \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
&& rm -rf /tmp/bashio || true
RUN ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime
#RUN ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime
RUN chmod 777 /entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ]