Fix docker timezone

This commit is contained in:
Quentin ANIERE 2022-04-13 13:26:33 +02:00
parent 9ed22c11b2
commit fe3bc49a7c

View File

@ -9,4 +9,7 @@ RUN yarn
COPY . . COPY . .
ENV TZ=Europe/Paris
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
CMD ["node", "index.js"] CMD ["node", "index.js"]