mirror of
https://github.com/gazer-x/komari.git
synced 2026-06-21 15:55:51 +08:00
fix: #138 Docker容器添加时区数据
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user