Fix deprecated ENV command

This commit is contained in:
Yax 2025-09-27 16:12:45 +02:00
parent 65bf5524a2
commit 8be31fda12

View file

@ -7,7 +7,7 @@ COPY docker/nginx.conf /etc/nginx/nginx.conf
# set timezone and locale
RUN cp /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo "Europe/Paris" > /etc/timezone
ENV TZ Europe/Paris
ENV TZ=Europe/Paris
COPY docker/docker-init.sh /usr/local/bin/
RUN chmod +x usr/local/bin/docker-init.sh