Skip to content

Commit a323d0e

Browse files
authored
add git pull in dev container (#149)
* add git pull in dev container * resolved comment
1 parent 0a5ebd2 commit a323d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
]
1818
}
1919
},
20-
"postCreateCommand": "python3 -m pip install -e src",
20+
"postCreateCommand": "git pull && python3 -m pip install -e src",
2121
"remoteUser": "vscode",
2222
"hostRequirements": {
2323
"memory": "8gb"

0 commit comments

Comments
 (0)