fix: bind Next.js to all interfaces (0.0.0.0)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jordan 2026-02-10 19:43:02 -07:00
parent 33f475723a
commit 6567d397ad

View File

@ -24,6 +24,7 @@ WORKDIR /app
ENV NODE_ENV=production ENV NODE_ENV=production
ENV PORT=3000 ENV PORT=3000
ENV HOSTNAME=0.0.0.0
# Don't run as root # Don't run as root
RUN addgroup --system --gid 1001 nodejs && \ RUN addgroup --system --gid 1001 nodejs && \