Bind Rocky runtime to all interfaces

This commit is contained in:
Codex 2026-03-25 16:30:47 -06:00
parent fbb0c50fc8
commit 08f0187c9b

View file

@ -22,5 +22,6 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
USER nextjs
EXPOSE 3001
ENV PORT=3001
ENV HOSTNAME=0.0.0.0
CMD ["node", "server.js"]