11 lines
245 B
JSON
11 lines
245 B
JSON
|
{
|
||
|
"build": {
|
||
|
"image": "polpetta/fleek:latest",
|
||
|
"command": "git lfs install && git lfs pull && yarn && hugo",
|
||
|
"publicDir": "public",
|
||
|
"environment": {
|
||
|
"HUGO_DISABLELANGUAGES": "it"
|
||
|
}
|
||
|
}
|
||
|
}
|