charasheet/.devcontainer/devcontainer.json

8 lines
158 B
JSON
Raw Normal View History

2023-03-25 09:32:35 +01:00
{
2023-03-25 09:43:21 +01:00
"build": {
2023-03-25 09:51:06 +01:00
"dockerfile": "Dockerfile",
"context": ".."
2023-03-25 09:32:35 +01:00
},
2023-03-25 09:43:21 +01:00
"postStartCommand": "inv sync-dependencies && pre-commit install --install-hooks"
2023-03-25 09:32:35 +01:00
}