From 08e853d16ff23676095ae4d438312f5026c706bd Mon Sep 17 00:00:00 2001 From: thomas marban Date: Sat, 10 Oct 2020 09:20:39 +0200 Subject: [PATCH] Update start-env.js --- scripts/start-env.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/start-env.js b/scripts/start-env.js index 05823b7a..1b55abba 100644 --- a/scripts/start-env.js +++ b/scripts/start-env.js @@ -1,3 +1,5 @@ const cli = require('next/dist/cli/next-start'); -cli.nextStart(['-p', process.env.PORT || 3000, '-H', process.env.HOSTNAME || 'localhost']); +cli.nextStart(['-p', process.env.PORT || 3000, '-H', process.env.HOSTNAME || '0.0.0.0']); + +