Skip to content

Commit 475c071

Browse files
authored
build(devcontainer): pull images postCreate
1 parent 92cca6b commit 475c071

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
@@ -12,5 +12,5 @@
1212
}
1313
},
1414
// "postCreateCommand": "./openslides setup && docker compose pull"
15-
"postCreateCommand": "curl -LO https://github.com/OpenSlides/openslides-manage-service/releases/download/latest/openslides && chmod +x openslides && ./openslides setup ."
15+
"postCreateCommand": "curl -LO https://github.com/OpenSlides/openslides-manage-service/releases/download/latest/openslides && chmod +x openslides && ./openslides setup . && docker compose pull"
1616
}

0 commit comments

Comments
 (0)