From 76e02cf148868eff35173eda8ddc068bdb011d99 Mon Sep 17 00:00:00 2001 From: Larvey <39219859+LarveyOfficial@users.noreply.github.com> Date: Tue, 7 Jun 2022 11:19:53 -0400 Subject: [PATCH] Fix for timezone issues --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 98fe3bdbe..39faff156 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,6 @@ COPY /.next/standalone ./ COPY /.next/static ./.next/static EXPOSE 7575 ENV PORT 7575 +RUN apk add tzdata VOLUME /app/data/configs CMD ["node", "server.js"]