From f6a55ad592c0dd8e21f836933c4cadecc11230f2 Mon Sep 17 00:00:00 2001 From: Pablo Aramburo Date: Thu, 20 May 2021 12:22:59 -0600 Subject: [PATCH] [add] Tzdata to configure timezone on build (#145) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76f271c..9d84c77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,8 @@ RUN apk --no-cache add \ curl \ nodejs \ npm \ - supervisor + supervisor \ + tzdata COPY supervisord.conf /etc/supervisord.conf COPY . /crontab-ui