{ "name": "Submelon FP", "image": "mcr.microsoft.com/devcontainers/typescript-node:18-bullseye", "features": { "ghcr.io/devcontainers/features/docker-from-docker:1": {} }, "customizations": { "vscode": { "extensions": [ "ginfuru.better-nunjucks" ] } }, // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "yarn install" }