fix(deploy): add curl to runner stage for Coolify healthcheck
This commit is contained in:
parent
cd66daa6b1
commit
6d6059330a
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user