Fix docker timezone
This commit is contained in:
parent
9ed22c11b2
commit
fe3bc49a7c
@ -9,4 +9,7 @@ RUN yarn
|
||||
|
||||
COPY . .
|
||||
|
||||
ENV TZ=Europe/Paris
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
|
Loading…
Reference in New Issue
Block a user