diff --git a/Dockerfile b/Dockerfile index a6d2eaf..28d4d34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,6 +52,9 @@ RUN \ FROM base AS runner WORKDIR /app +# Install curl tool to ensure the health check works correctly +RUN apk add --no-cache curl + ENV NODE_ENV=production # Uncomment the following line in case you want to disable telemetry during runtime. # ENV NEXT_TELEMETRY_DISABLED=1