charasheet/.devcontainer/devcontainer.json

7 lines
151 B
JSON

{
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
"postStartCommand": "uv sync && uv run pre-commit install --install-hooks"
}