Docker timezone UTC+2

This commit is contained in:
Joan Sanchez 2018-05-24 11:20:32 +02:00
parent e7f258061c
commit 6de70378c8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM verdnatura/vn-mysql:latest
ENV MYSQL_ROOT_PASSWORD root
ENV TZ GMT-1
ENV TZ=Europe/Madrid
WORKDIR /docker-entrypoint-initdb.d
COPY install ./
RUN chmod -R 777 .