Skip to content

Commit bdd30a7

Browse files
committed
Added timezone support in the Dockerfile
1 parent 024d9c0 commit bdd30a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ RUN mv /myspeed/client/build /myspeed
1414

1515
FROM node:18-alpine
1616

17+
RUN apk add --no-cache tzdata
18+
1719
ENV NODE_ENV=production
20+
ENV TZ=Etc/UTC
1821

1922
WORKDIR /myspeed
2023

0 commit comments

Comments
 (0)