Skip to content

Commit

Permalink
install deps in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-cunningham committed Jul 26, 2024
1 parent 58a686b commit 504dc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "pip3 install --user -r requirements.txt",
"postCreateCommand": "poetry install"

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit 504dc81

Please sign in to comment.