mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2025-01-22 05:13:54 +01:00
7 lines
151 B
JSON
7 lines
151 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"context": ".."
|
|
},
|
|
"postStartCommand": "uv sync && uv run pre-commit install --install-hooks"
|
|
}
|