On first creation, in what order do these three container-side commands run?

from Dev Containers
Dev Container CLI 0.89.0 / Node 24 beginner 2 min

On first creation, in what order do these three container-side commands run?

jsonc
{
  "onCreateCommand": "echo create",
  "updateContentCommand": "echo content",
  "postCreateCommand": "echo post-create"
}
Open in playground
Report an error