brittany/.devcontainer/devcontainer.json

7 lines
101 B
JSON

{
"build": {
"dockerfile": "Dockerfile"
},
"postCreateCommand": "cabal update"
}