variables de entorno, correcciones de codigo actual, docker file

This commit is contained in:
Your Name
2025-04-02 11:14:45 -06:00
parent 60c75f437f
commit bf7c0e93a8
33 changed files with 190 additions and 47 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ async function bootstrap() {
DocsModule.setupSwagger(app);
await app.listen(3000);
await app.listen(process.env.PORT ?? 3000);
console.log('API en ejecución en http://localhost:3000');
console.log('Swagger disponible en http://localhost:3000/api-docs');
}