7 lines
152 B
JSON
7 lines
152 B
JSON
{
|
|
"name": "Docker Container",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"postCreateCommand": "git submodule update --init && yarn install"
|
|
}
|