diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ae64d87..b024ad2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "appPort": [ "9123:8123" ], - "postCreateCommand": "cc install", + "postCreateCommand": "container install", "runArgs": [ "-v", "${env:HOME}${env:USERPROFILE}/.ssh:/tmp/.ssh"