fix(admin): include timezone data in image

This commit is contained in:
zhx 2026-07-03 16:07:20 +08:00
parent 3d3ebb19a0
commit 27773290b5

View File

@ -30,7 +30,7 @@ ENV TZ=UTC
WORKDIR /app
RUN apk add --no-cache ca-certificates wget && adduser -D -g '' appuser
RUN apk add --no-cache ca-certificates wget tzdata && adduser -D -g '' appuser
COPY --from=builder /out/server /app/server
COPY server/admin/configs/config.yaml /app/config.yaml