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