[add] Tzdata to configure timezone on build

pull/145/head
Pablo Aramburo 2021-01-12 14:06:21 -07:00
parent b52516d8f9
commit 32cf67c7ac
No known key found for this signature in database
GPG Key ID: F9CD566E5FC231F2
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ RUN apk --no-cache add \
curl \
nodejs \
npm \
supervisor
supervisor \
tzdata
COPY supervisord.conf /etc/supervisord.conf
COPY . /crontab-ui