Create devcontainer.json
parent
222a677391
commit
aca267b444
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"postCreateCommand": "cabal update"
|
||||
}
|
Loading…
Reference in New Issue