diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2429bc2d..7d9e4e4e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ { "name": "boilercv", "image": "mcr.microsoft.com/devcontainers/base:jammy", - "onCreateCommand": "scripts/Sync-Py.ps1", + "postCreateCommand": "scripts/Sync-Py.ps1", "postAttachCommand": "scripts/Sync-Py.ps1", "containerEnv": { "DEVCONTAINER": "1",