Skip to content

Commit

Permalink
bats
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Murray committed Jul 11, 2024
1 parent e22165f commit 6e10e81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
"build": {
"dockerfile": "../Dockerfile"
},
"name": "Python 3.12",
"name": "Bats",
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker"
]
}
},
"postCreateCommand": "./install-dependencies.sh"
}
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
//"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm"
// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down

0 comments on commit 6e10e81

Please sign in to comment.