fix build

This commit is contained in:
Mamadou Khoussa [028918 DSI/DAC/DIF/DS] 2025-10-28 15:08:26 +00:00
parent 0ae4c68b3e
commit 33ad93bc4f
2 changed files with 9 additions and 4 deletions

View File

@ -96,3 +96,8 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
## License
Nest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE).
## Build docker
docker build -t dcb-service-user:latest .
docker run -p 3000:3000 dcb-service-user:latest

View File

@ -44,8 +44,8 @@
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^4.0.1",
"reflect-metadata": "^0.2.2",
"joi": "^17.13.3",
"rxjs": "^7.8.2"
"rxjs": "^7.8.2",
"@types/joi": "^17.2.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
@ -55,7 +55,7 @@
"@nestjs/testing": "^11.1.7",
"@types/express": "^5.0.3",
"@types/jest": "^30.0.0",
"@types/joi": "^17.2.3",
"@types/node": "^24.9.1",
"@types/passport-http-bearer": "^1.0.42",
"@types/supertest": "^6.0.3",