diff --git a/package.json b/package.json index 919bf5c..ddb6501 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "start": "nest start", "start:dev": "nest start --watch", "start:debug": "nest start --debug --watch", - "start:prod": "node dist/main", + "start:prod": "docker compose up --force-recreate -d", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\"", "migrate:dev": "npx prisma migrate dev",