Update Dockerfile

This commit is contained in:
Alexandre
2021-11-18 20:53:01 +01:00
committed by GitHub
parent b046cccb93
commit b7a647a26b

View File

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