Skip to content

Commit

Permalink
Fix postCreateCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Sep 12, 2024
1 parent 6139482 commit 6c8a73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// "forwardPorts": [],

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

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

0 comments on commit 6c8a73e

Please sign in to comment.