mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
Merge pull request #1856 from ews-pgasser/feat/add-pre-commit-postCreateCommand
Add pre-commit to devcontainer postCreateCommand
This commit is contained in:
commit
558c8b676c
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