mirror of
https://github.com/XShengTech/MEGREZ.git
synced 2026-01-13 16:47:16 +08:00
[Fix] 🐛 Container Timezone Error
This commit is contained in:
parent
38bfb0c828
commit
f8b84a96f0
@ -27,6 +27,8 @@ FROM alpine
|
||||
VOLUME /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache tzdata
|
||||
|
||||
COPY --from=builder /build/megrez /app/megrez
|
||||
|
||||
COPY --from=builder /usr/local/go/lib/time/zoneinfo.zip /opt/zoneinfo.zip
|
||||
|
||||
Loading…
Reference in New Issue
Block a user