checkout/.devcontainer/devcontainer.json
2025-01-05 11:53:29 +01:00

7 lines
151 B
JSON

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