adjust actions + docker containers for prisma
This commit is contained in:
parent
64e33e4e79
commit
bc9099a8bb
3 changed files with 6 additions and 3 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue