From 8be31fda122ae4007fc50498bb558bb67c90cd89 Mon Sep 17 00:00:00 2001 From: Yax Date: Sat, 27 Sep 2025 16:12:45 +0200 Subject: [PATCH] Fix deprecated ENV command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3331394..f1a7e55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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