Skip to content

Commit ab54717

Browse files
committed
update to post create
1 parent baba50d commit ab54717

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
@@ -2,7 +2,7 @@
22
{
33
"name": "Codefresh Support Package",
44
"image": "mcr.microsoft.com/devcontainers/universal:3",
5-
"postStartCommand": "pip install -e .",
5+
"postCreateCommand": "pip install -e .",
66
"customizations": {
77
"vscode": {
88
// "settings": {

0 commit comments

Comments
 (0)