diff --git a/Dockerfile b/Dockerfile index 05e4938cd..bfc569f1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,8 @@ FROM alpine:3.18 as runtime RUN apk add --no-cache tzdata +ENV TZ=UTC + WORKDIR /app COPY --from=build /app/dist/icloudpd_ex .