adjust actions + docker containers for prisma

This commit is contained in:
Rdeisenroth 2025-11-08 13:30:57 +01:00
parent 64e33e4e79
commit bc9099a8bb
No known key found for this signature in database
GPG key ID: 197008FA42DE7127
3 changed files with 6 additions and 3 deletions

View file

@ -44,7 +44,7 @@
"onAutoForward": "notify"
}
},
"postCreateCommand": "bun install",
"postCreateCommand": "bun install && bun prisma generate",
"remoteUser": "root",
"mounts": ["source=${localWorkspaceFolder}/data,target=/app/data,type=bind"],
"containerEnv": {