Skip to content

Commit f6a55ad

Browse files
[add] Tzdata to configure timezone on build (#145)
1 parent 348c2ee commit f6a55ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ RUN apk --no-cache add \
1515
curl \
1616
nodejs \
1717
npm \
18-
supervisor
18+
supervisor \
19+
tzdata
1920

2021
COPY supervisord.conf /etc/supervisord.conf
2122
COPY . /crontab-ui

0 commit comments

Comments
 (0)