Merge pull request #1608 from iconoclasthero/patch-logger-docker

Patch logger for ISO8601 TZ offsets and Docker build fix
This commit is contained in:
Owen Schwartz
2025-10-05 10:52:51 -07:00
committed by GitHub
2 changed files with 28 additions and 4 deletions

View File

@@ -25,10 +25,11 @@ FROM node:22-alpine AS runner
WORKDIR /app
# Curl used for the health checks
RUN apk add --no-cache curl
RUN apk add --no-cache curl tzdata
# COPY package.json package-lock.json ./
COPY package*.json ./
RUN npm ci --omit=dev && npm cache clean --force
COPY --from=builder /app/.next/standalone ./