Skip to content

Commit

Permalink
Move dependency installation to updateContentCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJamesCaldwell committed Jul 22, 2024
1 parent ab069a8 commit 8a96511
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
@@ -1,7 +1,7 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"updateContentCommand": "npm install",
"postCreateCommand": "npm install; pip install -r requirements.txt",
"updateContentCommand": "npm install; pip install -r requirements.txt",
"postCreateCommand": "",
"customizations": {
"codespaces": {
"openFiles": [
Expand Down

0 comments on commit 8a96511

Please sign in to comment.