mirror of
https://github.com/Floriansylvain/CineAllo.git
synced 2026-08-19 19:53:16 +02:00
🗃️ - DB full init first time it starts w/ docker
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node app.js"
|
||||
"start": "prisma migrate deploy && node app.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^4.6.0",
|
||||
|
||||
Reference in New Issue
Block a user