From 7d72a7e92fd5c6ea5820244b3771c4360b5c4d61 Mon Sep 17 00:00:00 2001 From: Danil Kovtonyuk Date: Tue, 28 Sep 2021 22:25:44 +1000 Subject: [PATCH] fix: docker build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a3dc01..c4d06c8 100644 --- a/package.json +++ b/package.json @@ -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",