Update start-env.js
parent
ceb0755e2b
commit
08e853d16f
|
@ -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']);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue