devcontainer.json:
{
"name": "Name of the devcontainer",
"build": {
"dockerfile": "Dockerfile"
},
"forwardPorts": [],
"postCreateCommand": "./scripts/setup.sh",
"customizations": {
"vscode": {
"extensions": [],
"settings": {
"editor.rulers": [
79
],
}}}}