Skip to content

Commit

Permalink
add docker to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
caindy committed Apr 20, 2024
1 parent ac9b2de commit 4e13af6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"toolsToInstall": "poetry,pytest,pytest-bdd,ruff",
"optimize": true,
"version": "3.12"
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"dockerDashComposeVersion": "none",
"installDockerBuildx": false,
"installDockerComposeSwitch": "false"
}
}
}

0 comments on commit 4e13af6

Please sign in to comment.