web: fix ✨ timezone issues ✨ so midnight ISR happens the right day
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user