charasheet/.devcontainer/devcontainer.json

8 lines
151 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
},
2025-01-05 11:38:14 +01:00
"postStartCommand": "uv sync && uv run pre-commit install --install-hooks"
2023-03-25 09:32:35 +01:00
}