v1.5.2 - add tzdata for TZ-aware sleep schedule
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user