checkout/.devcontainer/devcontainer.json

8 lines
158 B
JSON

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