mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-26 02:34:58 +08:00
feat: add default timezone
This commit is contained in:
@@ -25,6 +25,7 @@ COPY --from=flutter /app/build/web ./ui/build/web/
|
|||||||
RUN CGO_ENABLED=1 go build -o polaris ./cmd/
|
RUN CGO_ENABLED=1 go build -o polaris ./cmd/
|
||||||
|
|
||||||
FROM debian:12
|
FROM debian:12
|
||||||
|
ENV TZ="Asia/Shanghai"
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apt-get update && apt-get -y install ca-certificates
|
RUN apt-get update && apt-get -y install ca-certificates
|
||||||
|
|||||||
Reference in New Issue
Block a user