From 3c47eba61876a4b20c31ec72bad048923baf6375 Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Thu, 25 Jul 2024 14:52:34 +0800 Subject: [PATCH] feat: add default timezone --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 532fd01..1dc1b1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ COPY --from=flutter /app/build/web ./ui/build/web/ RUN CGO_ENABLED=1 go build -o polaris ./cmd/ FROM debian:12 +ENV TZ="Asia/Shanghai" WORKDIR /app RUN apt-get update && apt-get -y install ca-certificates