remove create command from devcontainer

This commit is contained in:
Rene Haas
2022-11-25 12:00:47 +01:00
parent 7995f60470
commit 82ed3f3376
+1 -1
View File
@@ -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.