fix: docker build

This commit is contained in:
Danil Kovtonyuk 2021-09-28 22:25:44 +10:00
parent 3afefc3c7d
commit 7d72a7e92f
No known key found for this signature in database
GPG Key ID: E72A919BF08C3746
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"start": "nest start",
"start:dev": "NODE_ENV=development nest start --watch",
"start:debug": "NODE_ENV=development nest start --debug --watch",
"start:prod": "yarn prebuild; yarn build; node dist/main",
"start:prod": "yarn prebuild; yarn build; node dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",