fix(deploy): add curl to runner stage for Coolify healthcheck

This commit is contained in:
Najjar\NajjarV02 2026-05-22 11:22:05 +04:00
parent cd66daa6b1
commit 6d6059330a

View File

@ -49,6 +49,9 @@ ENV NEXT_TELEMETRY_DISABLED=1
ENV PORT=3000
ENV HOSTNAME=0.0.0.0
# curl for Coolify healthcheck (busybox wget prefers IPv6 ::1 and fails)
RUN apk add --no-cache curl
RUN addgroup --system --gid 1001 nodejs && \
adduser --system --uid 1001 nextjs