update docker file
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-05-31 01:00:56 +03:30
parent 2d34fb68e7
commit 85cccf3ba6
3 changed files with 33 additions and 55 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"start": "nest start dist/main",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node --max-old-space-size=2048 dist/main",
"start:prod": "node --max-old-space-size=2048 dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",