Skip to content

Commit

Permalink
chore: add build before start docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Jun 12, 2023
1 parent 25f51b5 commit 4daa9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"docker:start": "docker-compose up --build"
"docker:start": "npm run build && docker-compose up --build"
},
"dependencies": {
"@nestjs/common": "^9.3.5",
Expand Down

1 comment on commit 4daa9eb

@vercel
Copy link

@vercel vercel bot commented on 4daa9eb Jun 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.