Update Dockerfile

This commit is contained in:
Alexandre
2021-11-18 20:28:19 +01:00
committed by GitHub
parent 0ee06fabbb
commit b046cccb93

View File

@@ -30,6 +30,9 @@ 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 chmod 777 /entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD ["/entrypoint.sh"]