Fix docker timezone
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user