feat: add default timezone

This commit is contained in:
Simon Ding
2024-07-25 14:52:34 +08:00
parent e85bd231c9
commit 3c47eba618

View File

@@ -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