Skip to content

Commit

Permalink
Add post create command
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jan 17, 2024
1 parent b5f74c7 commit 6ed4723
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"name": "codeforlife",
"name": "codeforlife-portal",
"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"
// ],
"postCreateCommand": "pipenv install --dev",
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"ms-python.python",
"dbaeumer.vscode-eslint"
"ms-python.python"
]
}
}
Expand Down

0 comments on commit 6ed4723

Please sign in to comment.