Bind Next.js to 0.0.0.0 for Docker healthcheck compatibility

This commit is contained in:
Kev
2026-06-09 21:11:58 -04:00
parent 3b7d1035ee
commit 461b24da08
+1
View File
@@ -59,4 +59,5 @@ EXPOSE 3000
ENTRYPOINT ["/sbin/tini", "--"]
ENV HOSTNAME=0.0.0.0
CMD ["node", "server.js"]