Fix deprecated ENV command
This commit is contained in:
parent
65bf5524a2
commit
8be31fda12
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ COPY docker/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
# set timezone and locale
|
# set timezone and locale
|
||||||
RUN cp /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo "Europe/Paris" > /etc/timezone
|
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/
|
COPY docker/docker-init.sh /usr/local/bin/
|
||||||
RUN chmod +x usr/local/bin/docker-init.sh
|
RUN chmod +x usr/local/bin/docker-init.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue