Skip to content

Commit 9bdfe70

Browse files
committed
fix: pip install comand in devcontainer
1 parent 9239ad7 commit 9bdfe70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// "forwardPorts": [],
1616

1717
// Use 'postCreateCommand' to run commands after the container is created.
18-
"postCreateCommand": "pip3 install --user -r requirements-dev.txt || exit 0",
18+
"postCreateCommand": "pip3 install --user -r requirements-dev.txt -r requirements.txt || exit 0",
1919
"customizations": {
2020
"vscode": {
2121
"extensions": [

0 commit comments

Comments
 (0)