fix: #138 Docker容器添加时区数据

This commit is contained in:
Akizon77
2025-07-23 04:00:24 +00:00
parent 967b7ab8a7
commit 5fcd1d313c
+2
View File
@@ -6,6 +6,8 @@ WORKDIR /app
ARG TARGETOS
ARG TARGETARCH
RUN apk add --no-cache tzdata
COPY komari-${TARGETOS}-${TARGETARCH} /app/komari
RUN chmod +x /app/komari