Add compose e dockerfile

This commit is contained in:
LeoMortari
2025-11-03 11:59:34 -03:00
parent 0f2c051eb9
commit b455acea46
6 changed files with 71 additions and 27 deletions

View File

@@ -11,7 +11,7 @@
"start": "nest start",
"start:dev": "cross-env NODE_ENV=development nest start --watch",
"start:debug": "cross-env NODE_ENV=development nest start --debug --watch",
"start:prod": "node dist/main",
"start:prod": "node dist/main.js",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",