mirror of
https://github.com/Crocmagnon/checkout.git
synced 2025-02-23 04:51:25 +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"
|
|
}
|