Skip to content

Commit

Permalink
chore: make dev start docker compose file automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Dec 13, 2024
1 parent bdd64c5 commit a2acb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "docker compose --file dev/docker-compose.yml up -d && next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit a2acb12

Please sign in to comment.