v1.5.2 - add tzdata for TZ-aware sleep schedule

This commit is contained in:
2026-06-15 10:31:16 +10:00
parent ce6da1d714
commit cd51cb6d69
+4
View File
@@ -3,6 +3,10 @@ FROM node:18-alpine
LABEL maintainer="Frambe"
LABEL description="Frambe — lightweight digital photo frame for Immich"
# tzdata lets the TZ env var set the container's local time, which the
# sleep scheduler relies on. Without it Alpine defaults to UTC.
RUN apk add --no-cache tzdata
WORKDIR /app
COPY package.json ./