Skip to content

Commit

Permalink
Merge pull request #25 from Jolg42/patch-1
Browse files Browse the repository at this point in the history
chore: upgrade to Docker Compose v2
  • Loading branch information
jharrell authored Apr 30, 2024
2 parents 7fbe9c3 + f96c580 commit 29d2c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dev": "next",
"build": "npx prisma migrate deploy && next build",
"start": "next start",
"db:up": "docker-compose up -d",
"db:down": "docker-compose down"
"db:up": "docker compose up -d",
"db:down": "docker compose down"
},
"dependencies": {
"@next-auth/prisma-adapter": "1.0.3",
Expand Down

0 comments on commit 29d2c6a

Please sign in to comment.