From 82ed3f3376b0130a2253c6a2425cd95bb01f24c1 Mon Sep 17 00:00:00 2001 From: Rene Haas Date: Fri, 25 Nov 2022 12:00:47 +0100 Subject: [PATCH] remove create command from devcontainer --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7acc182..aa7a99f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node { "name": "Node.js & TypeScript", - "image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye", + "image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye" // "postCreateCommand": "npm i && npm run build:os" // Features to add to the dev container. More info: https://containers.dev/features.