首次创建环境时,这三个容器内命令按什么顺序运行?

来自 开发容器
Dev Container CLI 0.89.0 / Node 24 入门 2分钟

首次创建环境时,这三个容器内命令按什么顺序运行?

jsonc
{
  "onCreateCommand": "echo create",
  "updateContentCommand": "echo content",
  "postCreateCommand": "echo post-create"
}
在试验场中打开
报告错误