diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1e1f284f1..63d0b7e90 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,9 +2,9 @@ "name": "Awesome AZD", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { - "ghcr.io/devcontainers/features/docker-in-docker:2": {}, - "ghcr.io/devcontainers/features/node:1": {}, - "ghcr.io/devcontainers/features/git:1": {}, + "ghcr.io/devcontainers/features/node:1": { + "version": "24" + }, "ghcr.io/devcontainers/features/github-cli:1": {} }, "customizations": { @@ -15,5 +15,6 @@ "eamodio.gitlens" ] } - } + }, + "postCreateCommand": "cd website && npm ci" } \ No newline at end of file