Skip to content

Commit

Permalink
Create dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jan 2, 2024
1 parent b41ec43 commit a987c57
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "codeforlife",
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.8",
"features": {
"ghcr.io/devcontainers-contrib/features/pipenv:2": {
"version": "2023.11.15"
}
},
// "mounts": [
// "source=../,target=home/root/codeforlife-portal,type=bind,consistency=cached"
// ],
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"ms-python.python",
"dbaeumer.vscode-eslint"
]
}
}
}

0 comments on commit a987c57

Please sign in to comment.