mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-10 02:13:54 +01:00
8 lines
158 B
JSON
8 lines
158 B
JSON
|
{
|
||
|
"build": {
|
||
|
"dockerfile": "Dockerfile",
|
||
|
"context": ".."
|
||
|
},
|
||
|
"postStartCommand": "inv sync-dependencies && pre-commit install --install-hooks"
|
||
|
}
|