From 08f0187c9b97cce0e5ea7f01fe14f8e9d245a865 Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 25 Mar 2026 16:30:47 -0600 Subject: [PATCH] Bind Rocky runtime to all interfaces --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4c6979cf..650e261e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]