docker, docker-compose, env example
This commit is contained in:
@@ -18,5 +18,7 @@ async function bootstrap() {
|
||||
SwaggerModule.setup('documentation', app, document);
|
||||
|
||||
await app.listen(process.env.PORT ?? 3000);
|
||||
|
||||
console.log(`Aplicación corriendo en: http://localhost:${process.env.PORT ?? 3000}`);
|
||||
}
|
||||
bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user