16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"name": "Jekyll Dev Container",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"forwardPorts": [4000],
|
|
"postCreateCommand": "bundle install || true",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"rebornix.Ruby"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|