Bind Next.js to 0.0.0.0 in container

This commit is contained in:
2026-06-27 17:44:30 -05:00
parent 61b7540508
commit 3294471a94
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "HOSTNAME=0.0.0.0 PORT=3000 node server.js",
"lint": "next lint"
},
"dependencies": {