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