update config host
This commit is contained in:
parent
14bec38e73
commit
80309efde2
|
|
@ -45,7 +45,7 @@ async function bootstrap() {
|
|||
|
||||
useContainer(app.select(AppModule), { fallbackOnErrors: true });
|
||||
|
||||
await app.listen(Number(process.env.APP_PORT));
|
||||
await app.listen(Number(process.env.APP_PORT), process.env.APP_HOST);
|
||||
}
|
||||
|
||||
bootstrap();
|
||||
|
|
|
|||
Loading…
Reference in New Issue