web: fix timezone issues so midnight ISR happens the right day

This commit is contained in:
2026-09-04 21:28:17 +02:00
parent b7ff7a3ddc
commit a678adc9d3
7 changed files with 72 additions and 13 deletions
+2
View File
@@ -33,6 +33,8 @@ WORKDIR /app
ENV NODE_ENV production
# Uncomment the following line in case you want to disable telemetry during runtime.
ENV NEXT_TELEMETRY_DISABLED 1
# Date logic is Oslo-aware in code, but keep the process TZ matching anyway
ENV TZ=Europe/Oslo
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs