Chore: Update Docker setup and walkthrough

This commit is contained in:
Hördle Bot
2025-11-22 11:56:22 +01:00
parent 8c720e287f
commit 15746f404a
4 changed files with 64 additions and 39 deletions

View File

@@ -5,13 +5,14 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "prisma migrate deploy && next start",
"lint": "eslint"
},
"dependencies": {
"@prisma/client": "^6.19.0",
"music-metadata": "^11.10.2",
"next": "16.0.3",
"prisma": "^6.19.0",
"react": "19.2.0",
"react-dom": "19.2.0"
},
@@ -22,7 +23,6 @@
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"prisma": "^6.19.0",
"typescript": "^5"
}
}
}