Skip to content
Snippets Groups Projects
Commit 24ae7457 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA
Browse files

Parametrize node port

parent eb8b7d07
Branches
Tags
1 merge request!17Poc oidc
Pipeline #8684 passed
...@@ -30,6 +30,6 @@ async function bootstrap() { ...@@ -30,6 +30,6 @@ async function bootstrap() {
app.useGlobalPipes(new ValidationPipe()); app.useGlobalPipes(new ValidationPipe());
await app.listen(3001); await app.listen(process.env.PORT || 3000);
} }
bootstrap(); bootstrap();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment