Create devcontainer.json

pull/356/head
Taylor Fausak 2021-10-28 12:41:36 -04:00 committed by GitHub
parent 222a677391
commit aca267b444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"build": {
"dockerfile": "Dockerfile"
},
"postCreateCommand": "cabal update"
}