mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
feat: add pre-commit to devcontainer postCreateCommand
This commit is contained in:
parent
bc24e3190e
commit
c1236d9fcf
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@
|
||||||
"service": "frappe",
|
"service": "frappe",
|
||||||
"workspaceFolder": "/workspace/development",
|
"workspaceFolder": "/workspace/development",
|
||||||
"shutdownAction": "stopCompose",
|
"shutdownAction": "stopCompose",
|
||||||
|
"postCreateCommand": "uv tool install pre-commit",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/frappe/.ssh,type=bind,consistency=cached"
|
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/frappe/.ssh,type=bind,consistency=cached"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue