diff --git a/Dockerfile b/Dockerfile index c049eb7..081b454 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,9 @@ WORKDIR /app ENV NODE_ENV=production +# Install curl for health checks +RUN apk add --no-cache curl + RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs