mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +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",
|
||||
"workspaceFolder": "/workspace/development",
|
||||
"shutdownAction": "stopCompose",
|
||||
"postCreateCommand": "uv tool install pre-commit",
|
||||
"mounts": [
|
||||
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/frappe/.ssh,type=bind,consistency=cached"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue